Merge pull request #419 from aileenfun/main

gemini独立代理模式
This commit is contained in:
Huang
2025-03-19 23:27:14 +08:00
committed by GitHub
2 changed files with 75 additions and 16 deletions
+3 -1
View File
@@ -198,7 +198,9 @@ LLM:
# token申请地址: https://aistudio.google.com/apikey
# 若部署地无法访问接口,需要开启科学上网
api_key: 你的gemini web key
model_name: "gemini-1.5-pro" # gemini-1.5-pro 是免费的
model_name: "gemini-2.0-flash"
http_proxy: "" #"http://127.0.0.1:10808"
https_proxy: "" #http://127.0.0.1:10808"
CozeLLM:
# 定义LLM API类型
type: coze