no message

This commit is contained in:
kuaifan 2025-02-22 11:13:23 +08:00
parent 154e0039d1
commit 30cfb1200d
4 changed files with 4 additions and 2 deletions

View File

@ -344,7 +344,7 @@ class SystemController extends AbstractController
$baseUrl = trim(Request::input('base_url'));
if ($type == 'ollama') {
if (empty($baseUrl)) {
return Base::retError('请填写基础URL');
return Base::retError('请先填写 Base URL');
}
return Extranet::ollamaModels($baseUrl);
}

View File

@ -169,7 +169,7 @@ services:
ai:
container_name: "dootask-ai-${APP_ID}"
image: "kuaifan/dootask-ai:0.3.2"
image: "kuaifan/dootask-ai:0.3.4"
environment:
REDIS_HOST: "${REDIS_HOST}"
REDIS_PORT: "${REDIS_PORT}"

View File

@ -813,3 +813,4 @@ AI机器人不存在
历史会话
未找到默认模型
思考中...

View File

@ -1950,3 +1950,4 @@ Ollama 是一个轻量级、可扩展的框架,旨在让用户能够在本地
AI 列表
AI 设置
思考中...