zq940222 4 months ago
parent
commit
0012e1ad45

+ 3 - 3
jeecg-module-system/jeecg-system-start/src/main/resources/application-dev.yml

@@ -295,11 +295,11 @@ jeecg:
   # ai-chat
   ai-chat:
     # 是否开启;必须。
-    enabled: false
+    enabled: true
     # openAi接口秘钥,填写自己的apiKey;必须。
-    apiKey: "????"
+    apiKey: "sk-qiRbJ62llvdWtFPF74B4C398B0D049A4A5B001E9B1C18e4f"
     # openAi域名,有代理就填代理的域名。默认:openAI官方apiHost
-    apiHost: "https://api.openai.com"
+    apiHost: "https://api.cinfohubs.buzz/"
     # 超时时间单位:s。默认 60s
     timeout: 60