完成基本功能
This commit is contained in:
12
src/main/resources/application.yml
Normal file
12
src/main/resources/application.yml
Normal 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"
|
||||
Reference in New Issue
Block a user