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 979934d commit 3941921Copy full SHA for 3941921
spring-ai-alibaba-graph/spring-ai-alibaba-graph-example/src/main/resources/application.yml
@@ -26,12 +26,12 @@ spring:
26
toolcalling:
27
weather:
28
enabled: enable
29
- api-key: 89c78da27b4d4fdfaa052020252704
+ api-key: ${WEATHER_API_KEY}
30
dashscope:
31
- api-key: sk-b0ac526ee44f4bb7b6c61cbcaea14b15
+ api-key: ${DASH_SCOPE_API_KEY}
32
openai:
33
base-url: https://dashscope.aliyuncs.com/compatible-mode
34
+ api-key: ${AI_DASHSCOPE_API_KEY}
35
chat:
36
options:
37
model: qwen-max-latest
0 commit comments