Skip to content

Commit

Permalink
fix:add dashscope config desc
Browse files Browse the repository at this point in the history
  • Loading branch information
brianxiadong committed Sep 22, 2024
1 parent 4db66e2 commit bba304b
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,16 @@ spring.threads.virtual.enabled=true
# spring.ai.openai.base-url=https://api.groq.com/openai
# spring.ai.openai.chat.options.model=llama3-70b-8192


###################
# OpenAI
# dashscope
###################

spring.ai.dashscope.api-key=${AI_DASHSCOPE_API_KEY}
spring.ai.dashscope.chat.options.model=qwen-max

###################
# OpenAI
###################
# spring.ai.openai.chat.options.functions=getBookingDetails,changeBooking,cancelBooking

# spring.ai.openai.chat.enabled=false

# Disable the OpenAI embedding when the local huggingface embedding (e.g. spring-ai-transformers-spring-boot-starter) is used.
Expand Down

0 comments on commit bba304b

Please sign in to comment.