feat(ollama): 配置文件迁移

This commit is contained in:
RockChinQ
2024-07-09 23:37:34 +08:00
parent bdb8baeddd
commit 3dc413638b
3 changed files with 29 additions and 0 deletions
+5
View File
@@ -37,6 +37,11 @@
"base-url": "https://api.deepseek.com",
"args": {},
"timeout": 120
},
"ollama-chat": {
"base-url": "http://127.0.0.1:11434",
"args": {},
"timeout": 600
}
},
"model": "gpt-3.5-turbo",