如何集成AI?我的配置哪里出问题了?

环境:debian+docker
版本:seatable-developer 6.0 以及 seatable-ai:latest,且运行在同一host内。

.env包含了seatable-ai.yml,模型提供商为other,设置了enable AI 及 URL,配置如下:

COMPOSE_FILE='docker-compose.yml,seatable-ai.yml'
COMPOSE_PATH_SEPARATOR=','
……
# LLM
SEATABLE_AI_LLM_TYPE='other'
SEATABLE_AI_LLM_URL='https://api.XXXXXX.XXX/v1'       # /chat/completions
SEATABLE_AI_LLM_KEY='sk-BXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX3'
SEATABLE_AI_LLM_MODEL='gemini-3-pro-preview'

ENABLE_SEATABLE_AI=true
SEATABLE_AI_SERVER_URL='http://seatable-ai:8888'
……

查看seatable和seatable-ai的docker日志,均正常运行

root@debian:~#  docker logs e417b8828390
root          13       1  0 16:54 ?        00:00:00 /bin/bash /scripts/seatable-ai.sh
root          17      13 99 16:54 ?        00:00:01 python3 main.py --pidfile /opt/seatable/pids/seatable-ai.pid
root          25      13  0 16:54 ?        00:00:00 grep seatable-ai
seatable-ai started

This is a idle script (infinite loop) to keep container running.
root@debian:~#  docker logs 2426f88cee75
*** Running /etc/my_init.d/01_init.sh...
*** Booting runit daemon...
*** Runit started as PID 26
*** Running /templates/enterpoint.sh...
2025-11-25 17:35:38 Start init 
2025-11-25 17:35:46 Nginx ready 
2025-11-25 17:35:46 Updating CA certificates... 
2025-11-25 17:35:52 Start server 
SeaTable started

但是最终在seatable 规则中,没有AI动作可选,请教大家,是什么问题?

原来是开发者版不支持AI

开发者版支持基础功能,自动化规则和 AI 等高级功能确实不支持