Skip to content

Commit

Permalink
Enable parallel-tool-calls
Browse files Browse the repository at this point in the history
  • Loading branch information
arey committed Dec 31, 2024
1 parent b10a48a commit 7122bf2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ spring.web.resources.cache.cachecontrol.max-age=12h
langchain4j.azure-open-ai.streaming-chat-model.api-key=${AZURE_OPENAI_KEY}
langchain4j.azure-open-ai.streaming-chat-model.endpoint=${AZURE_OPENAI_ENDPOINT}
langchain4j.azure-open-ai.streaming-chat-model.deployment-name=gpt-4o
langchain4j.azure-open-ai.streaming-chat-model.parallel-tool-calls=true
langchain4j.azure-open-ai.streaming-chat-model.log-requests-and-responses=true
langchain4j.azure-open-ai.chat-model.api-key=${AZURE_OPENAI_KEY}
langchain4j.azure-open-ai.chat-model.endpoint=${AZURE_OPENAI_ENDPOINT}
Expand All @@ -42,6 +43,7 @@ langchain4j.azure-open-ai.chat-model.log-requests-and-responses=true
# These parameters only apply when using the langchain4j-open-ai-spring-boot-starter dependency
langchain4j.open-ai.streaming-chat-model.api-key=${OPENAI_API_KEY}
langchain4j.open-ai.streaming-chat-model.model-name=gpt-4o
langchain4j.open-ai.streaming-chat-model.parallel-tool-calls=true
langchain4j.open-ai.streaming-chat-model.log-requests=true
langchain4j.open-ai.streaming-chat-model.log-responses=true
langchain4j.open-ai.chat-model.api-key=${OPENAI_API_KEY}
Expand Down

0 comments on commit 7122bf2

Please sign in to comment.