Skip to content

Commit

Permalink
Pinned gpt-3.5
Browse files Browse the repository at this point in the history
Signed-off-by: Helber Belmiro <helber.belmiro@gmail.com>
  • Loading branch information
hbelmiro committed Dec 11, 2024
1 parent 5eabd7a commit 6c919d4
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
quarkus.log.level=INFO
quarkus.http.read-timeout=120s
quarkus.langchain4j.openai.timeout=1m
quarkus.langchain4j.openai.chat-model.model-name=gpt-4o-mini
# This application was tested with gpt-3.5-turbo. Using a different model may require changes to the prompts.
quarkus.langchain4j.openai.chat-model.model-name=gpt-3.5-turbo

%test.quarkus.langchain4j.openai.api-key=demo
# Only gpt-4o-mini is supported with the demo api-key. Using gpt-4o-mini for smoke tests is ok.
%test.quarkus.langchain4j.openai.chat-model.model-name=gpt-4o-mini

0 comments on commit 6c919d4

Please sign in to comment.