-
Notifications
You must be signed in to change notification settings - Fork 92
Open
Description
Lines 81 to 83 in f79d9aa
| DEFAULT_OPENAI_SETTINGS = { | |
| "model": "gpt-3.5-turbo", | |
| "temperature": 0.1, |
I wonder why the value 0.1 is chosen.
According OpenAI docs https://platform.openai.com/docs/api-reference/chat/create#chat-create-temperature there is 1.
But here is another question: if we just want default values, why would we ever set DEFAULT_OPENAI_SETTINGS.
Why not just leave values unset.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels