You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
341 B
13 lines
341 B
spring.application.name=SpringAIQuickStart
|
|
|
|
server.port=8080
|
|
|
|
#?? Deepseek ???????url?????????
|
|
spring.ai.deepseek.base-url=https://api.deepseek.com
|
|
spring.ai.deepseek.api-key=sk-ccbfe09f433148129cd98df6150653e8
|
|
spring.ai.deepseek.chat.options.model=deepseek-chat
|
|
|
|
#??0-2???0????????2???????
|
|
spring.ai.deepseek.chat.options.temperature=0.8
|
|
|
|
|