Update OpenAI defaults (#118059)
* Update OpenAI defaults * Update max temperature
This commit is contained in:
parent
ffc3560dad
commit
3b2cdb63f1
3 changed files with 18 additions and 15 deletions
|
@ -23,10 +23,10 @@ An overview of the areas and the devices in this smart home:
|
|||
{%- endfor %}
|
||||
"""
|
||||
CONF_CHAT_MODEL = "chat_model"
|
||||
DEFAULT_CHAT_MODEL = "gpt-3.5-turbo"
|
||||
DEFAULT_CHAT_MODEL = "gpt-4o"
|
||||
CONF_MAX_TOKENS = "max_tokens"
|
||||
DEFAULT_MAX_TOKENS = 150
|
||||
CONF_TOP_P = "top_p"
|
||||
DEFAULT_TOP_P = 1
|
||||
DEFAULT_TOP_P = 1.0
|
||||
CONF_TEMPERATURE = "temperature"
|
||||
DEFAULT_TEMPERATURE = 0.5
|
||||
DEFAULT_TEMPERATURE = 1.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue