Bin-Huang / chatbox

User-friendly Desktop Client App for AI Models/LLMs (GPT, Claude, Gemini, Ollama...)
https://chatboxai.app
GNU General Public License v3.0
20.85k stars 2.11k forks source link

[Other] Temperature upper limit for OpenAI API should be 2 #1258

Open xmoiduts opened 5 months ago

xmoiduts commented 5 months ago

I have just looked around for this project's web version. And found the temperature of OpenAI 'AI model provider' needs to be updated. Currently, it is 0-1 while should be 0-2. https://platform.openai.com/docs/guides/text-generation/how-should-i-set-the-temperature-parameter

From my usage of the API, temperature 2 gives a much more creative response (while out of control when combined with "Top P=1")

ZenMachina commented 5 months ago

Yes. Wish a higher temperature and top_p could be added