Skip to content

Commit

Permalink
Modified gpt-3.5-turbo by gpt-4o-mini model
Browse files Browse the repository at this point in the history
  • Loading branch information
fjganan14 committed Jul 22, 2024
1 parent 3513149 commit 63f021d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LLMCode/cfg/completion_params.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
completion_function = "get_completion_openai"
# See https://platform.openai.com/docs/api-reference/chat/create
# for a list of valid parameters.
model = "gpt-3.5-turbo"
model = "gpt-4o-mini"
max_tokens = 600

0 comments on commit 63f021d

Please sign in to comment.