We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3c0e55 commit c3d154cCopy full SHA for c3d154c
spring-ai-chat/spring-ai-chat-qwen/src/main/resources/application.properties
@@ -4,7 +4,7 @@ server.port=8085
4
spring.profiles.active=qwen
5
6
# qwen model
7
-spring.ai.openai.chat.api-key=${spring.ai.openai.api-key}
+spring.ai.openai.api-key=${spring.ai.openai.api-key}
8
spring.ai.openai.chat.base-url=https://dashscope.aliyuncs.com/compatible-mode
9
spring.ai.openai.chat.completions-path=/v1/chat/completions
10
spring.ai.openai.chat.options.model=qwen-plus
0 commit comments