Skip to content

Commit

Permalink
gpt4o-mini
Browse files Browse the repository at this point in the history
  • Loading branch information
adamyodinsky committed Aug 25, 2024
1 parent ff436a0 commit 31ebd81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terminalgpt/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def get_default_config() -> dict:
with open(DEFAULTS_PATH, "r", encoding="utf-8") as file:
return json.load(file)
except FileNotFoundError:
return {"model": "gpt-3.5-turbo", "style": "markdown", "models": MODELS}
return {"model": "gpt-4o-mini", "style": "markdown", "models": MODELS}


INIT_SYSTEM_MESSAGE = {
Expand Down

0 comments on commit 31ebd81

Please sign in to comment.