mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-15 05:12:49 +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'));
|
$baseUrl = trim(Request::input('base_url'));
|
||||||
if ($type == 'ollama') {
|
if ($type == 'ollama') {
|
||||||
if (empty($baseUrl)) {
|
if (empty($baseUrl)) {
|
||||||
return Base::retError('请填写基础URL');
|
return Base::retError('请先填写 Base URL');
|
||||||
}
|
}
|
||||||
return Extranet::ollamaModels($baseUrl);
|
return Extranet::ollamaModels($baseUrl);
|
||||||
}
|
}
|
||||||
|
|||||||
@ -169,7 +169,7 @@ services:
|
|||||||
|
|
||||||
ai:
|
ai:
|
||||||
container_name: "dootask-ai-${APP_ID}"
|
container_name: "dootask-ai-${APP_ID}"
|
||||||
image: "kuaifan/dootask-ai:0.3.2"
|
image: "kuaifan/dootask-ai:0.3.4"
|
||||||
environment:
|
environment:
|
||||||
REDIS_HOST: "${REDIS_HOST}"
|
REDIS_HOST: "${REDIS_HOST}"
|
||||||
REDIS_PORT: "${REDIS_PORT}"
|
REDIS_PORT: "${REDIS_PORT}"
|
||||||
|
|||||||
@ -813,3 +813,4 @@ AI机器人不存在
|
|||||||
历史会话
|
历史会话
|
||||||
|
|
||||||
未找到默认模型
|
未找到默认模型
|
||||||
|
思考中...
|
||||||
|
|||||||
@ -1950,3 +1950,4 @@ Ollama 是一个轻量级、可扩展的框架,旨在让用户能够在本地
|
|||||||
|
|
||||||
AI 列表
|
AI 列表
|
||||||
AI 设置
|
AI 设置
|
||||||
|
思考中...
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user