Skip to content

Commit

Permalink
Merge pull request #586 from quarkiverse/fraud-detection-model
Browse files Browse the repository at this point in the history
Use GPT 4o in fraud detection sample
  • Loading branch information
geoand committed May 15, 2024
2 parents 84f73a0 + 0ba3fa6 commit fbb97c7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ quarkus.langchain4j.openai.chat-model.temperature=0
# For distance fraud detection ChatGPT 3.5 does not work, so we use GPT-4
# Also we need to increase the timeout to 120s
quarkus.langchain4j.openai.timeout=120s
quarkus.langchain4j.openai.chat-model.model-name=gpt-4
quarkus.langchain4j.openai.chat-model.model-name=gpt-4o

#quarkus.langchain4j.openai.log-requests=true
#quarkus.langchain4j.openai.log-responses=true
Expand Down

0 comments on commit fbb97c7

Please sign in to comment.