完成基本功能

This commit is contained in:
2025-02-25 00:30:24 +08:00
commit 57ecdb62fa
19 changed files with 4131 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
server:
port: 7891
spring:
application:
name: ai-analysis
ai:
openai:
base-url: https://api.deepseek.com
api-key: "sk-3e1935e3ffb64ab096384bca071e2841"
chat:
options:
model: "deepseek-chat"