Skip to content

Commit

Permalink
Merge pull request #14 from brianxiadong/main
Browse files Browse the repository at this point in the history
fix:add dashscope config desc
  • Loading branch information
chickenlj authored Sep 23, 2024
2 parents 04e3c92 + bba304b commit db21c3a
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 db21c3a

Please sign in to comment.