完成基本功能
This commit is contained in:
@@ -5,8 +5,27 @@ spring:
|
||||
name: ai-analysis
|
||||
ai:
|
||||
openai:
|
||||
base-url: https://api.deepseek.com
|
||||
api-key: "sk-3e1935e3ffb64ab096384bca071e2841"
|
||||
base-url: https://api.siliconflow.cn
|
||||
api-key: "sk-xrguybusoqndpqvgzgvllddzgjamksuecyqdaygdwnrnqfwo"
|
||||
chat:
|
||||
options:
|
||||
model: "deepseek-chat"
|
||||
model: "Qwen/Qwen2.5-32B-Instruct"
|
||||
ollama:
|
||||
chat:
|
||||
model: "qwen2.5:7b"
|
||||
options:
|
||||
max-tokens: 8092
|
||||
zhipuai:
|
||||
api-key: d1e97306540d12bb2f834be961fcacb1.SNBShlCxWYJCx0qZ
|
||||
chat:
|
||||
options:
|
||||
model: "glm-4-flash"
|
||||
# openai:
|
||||
# base-url: http://173.0.59.240:8093
|
||||
# api-key: test
|
||||
mvc:
|
||||
async:
|
||||
request-timeout: -1
|
||||
logging:
|
||||
level:
|
||||
org.springframework.ai: trace
|
||||
Reference in New Issue
Block a user