|
@@ -301,11 +301,14 @@ jeecg:
|
|
# 是否开启 - 必须
|
|
# 是否开启 - 必须
|
|
enabled: true
|
|
enabled: true
|
|
# openAi / deepSeek 接口秘钥
|
|
# openAi / deepSeek 接口秘钥
|
|
- apiKey: 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
|
|
|
|
|
|
+ # apiKey: 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
|
|
|
|
+ apiKey: sk-e2e55cc205ee4ca1bdd25533d74fc646
|
|
# openAi / deepSeek 语言模型
|
|
# openAi / deepSeek 语言模型
|
|
- model: gpt-3.5-turbo
|
|
|
|
|
|
+# model: gpt-3.5-turbo
|
|
|
|
+ model: deepseek-chat
|
|
# openAi / deepSeek域名,有代理就填代理的域名
|
|
# openAi / deepSeek域名,有代理就填代理的域名
|
|
- apiHost: http://openai-proxy.adwebcloud.com
|
|
|
|
|
|
+# apiHost: http://openai-proxy.adwebcloud.com
|
|
|
|
+ apiHost: https://api.deepseek.com
|
|
# 超时时间单位:s - 默认 60s
|
|
# 超时时间单位:s - 默认 60s
|
|
timeout: 60
|
|
timeout: 60
|
|
|
|
|