We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chatblade/chatblade/chat.py
Lines 81 to 83 in f79d9aa
I wonder why the value 0.1 is chosen.
0.1
According OpenAI docs https://platform.openai.com/docs/api-reference/chat/create#chat-create-temperature there is 1.
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.
DEFAULT_OPENAI_SETTINGS
The text was updated successfully, but these errors were encountered:
No branches or pull requests
chatblade/chatblade/chat.py
Lines 81 to 83 in f79d9aa
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.
The text was updated successfully, but these errors were encountered: