microsoft / azurechat

🤖 💼 Azure Chat Solution Accelerator powered by Azure Open AI Service
MIT License
1.24k stars 1.21k forks source link

Setting for TopP? #225

Open revbungie opened 1 year ago

revbungie commented 1 year ago

I scanned through all the different code, but do not see a reference for Top_P setting. I assume it is at some kind of default value. Two questions:

1 - What is the default setting that is being used in this deployment since the precise, balanced and creative settings are only using temperature? 2 - if i wanted to create a new setting that was user-adjustable (i.e. let them input a value, not hard code it to some buttons) where would I modify that?