Skip to content

Commit 3941921

Browse files
authored
[fix] fix api key (#1020)
1 parent 979934d commit 3941921

File tree

1 file changed

+3
-3
lines changed
  • spring-ai-alibaba-graph/spring-ai-alibaba-graph-example/src/main/resources

1 file changed

+3
-3
lines changed

spring-ai-alibaba-graph/spring-ai-alibaba-graph-example/src/main/resources/application.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ spring:
2626
toolcalling:
2727
weather:
2828
enabled: enable
29-
api-key: 89c78da27b4d4fdfaa052020252704
29+
api-key: ${WEATHER_API_KEY}
3030
dashscope:
31-
api-key: sk-b0ac526ee44f4bb7b6c61cbcaea14b15
31+
api-key: ${DASH_SCOPE_API_KEY}
3232
openai:
3333
base-url: https://dashscope.aliyuncs.com/compatible-mode
34-
api-key: sk-b0ac526ee44f4bb7b6c61cbcaea14b15
34+
api-key: ${AI_DASHSCOPE_API_KEY}
3535
chat:
3636
options:
3737
model: qwen-max-latest

0 commit comments

Comments
 (0)