Skip to content

Commit

Permalink
Disable ollama dev services in langchain4j-chat itests
Browse files Browse the repository at this point in the history
  • Loading branch information
aldettinger committed Jan 9, 2025
1 parent e5bbe27 commit de5c82f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ quarkus.langchain4j.ollama.chat-model.model-name=orca-mini
quarkus.langchain4j.ollama.chat-model.temperature=0.3
quarkus.langchain4j.ollama.timeout=30s

quarkus.langchain4j.ollama.devservices.enabled = false

# Uncomment to log HTTP traffic between langchain4j & the LLM API
#quarkus.rest-client.logging.scope=request-response
#quarkus.rest-client.logging.body-limit=10000
Expand Down

0 comments on commit de5c82f

Please sign in to comment.