microsoft / microsoft/azurechat
Setting for TopP?
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 1.4k
- Forks
- 1.3k
- Avg merge
- 1d 11h
- Merged PRs (30d)
- 1
Description
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?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing where the precise, balanced, and creative settings apply temperature, then follow that configuration into the Azure OpenAI request path. No file or test is named; done means confirming the deployed Top_P default and identifying the entry point needed to expose Top_P as a user-adjustable setting.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- azure, typescript
- Domain
- ai
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100