Skip to content

Commit

Permalink
change default model to gpt-4
Browse files Browse the repository at this point in the history
  • Loading branch information
Dene33 committed Nov 12, 2023
1 parent 80fd363 commit 6573721
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
LLM_model: 'gpt-3.5-turbo'
LLM_model: 'gpt-4-1106-preview'
API_key: ''
openai_verbose: False
llm_request_tries_num: 5 # number of tries to get a response from LLM. -1 means infinite
Expand Down

0 comments on commit 6573721

Please sign in to comment.