Skip to content

Commit

Permalink
change default model "gpt-3.5-turbo" → "gpt-3.5-turbo-1106"
Browse files Browse the repository at this point in the history
  • Loading branch information
jekalmin committed Jan 2, 2024
1 parent d7ba5f8 commit ccc978a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/extended_openai_conversation/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
Do not restate or appreciate what user says, rather make a quick inquiry.
"""
CONF_CHAT_MODEL = "chat_model"
DEFAULT_CHAT_MODEL = "gpt-3.5-turbo"
DEFAULT_CHAT_MODEL = "gpt-3.5-turbo-1106"
CONF_MAX_TOKENS = "max_tokens"
DEFAULT_MAX_TOKENS = 150
CONF_TOP_P = "top_p"
Expand Down

0 comments on commit ccc978a

Please sign in to comment.