mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-11 18:42:54 +00:00
no message
This commit is contained in:
parent
154e0039d1
commit
30cfb1200d
@ -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);
|
||||
}
|
||||
|
||||
@ -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}"
|
||||
|
||||
@ -813,3 +813,4 @@ AI机器人不存在
|
||||
历史会话
|
||||
|
||||
未找到默认模型
|
||||
思考中...
|
||||
|
||||
@ -1950,3 +1950,4 @@ Ollama 是一个轻量级、可扩展的框架,旨在让用户能够在本地
|
||||
|
||||
AI 列表
|
||||
AI 设置
|
||||
思考中...
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user