Ask ChatGPT to pick a number between 1 and 100 - which does it pick? (by Leniolabs)
@elset @infobeautiful A quick search revealed this: https://community.openai.com/t/cheat-sheet-mastering-temperature-and-top-p-in-chatgpt-api/172683
EDIT: changed link to an English-language version at openai.com
Hello everyone! Ok, I admit had help from OpenAi with this. But what I “helped” put together I think can greatly improve the results and costs of using OpenAi within your apps and plugins, specially for those looking to guide internal prompts for plugins… @ruv I’d like to introduce you to two important parameters that you can use with OpenAI’s GPT API to help control text generation behavior: temperature and top_p sampling. These parameters are especially useful when working with GPT for tas...