Skip to content

Default temperature value #79

@johnd0e

Description

@johnd0e

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions