Azure / Azure/azure-openai-benchmark
Renaming "frequence_penalty" function argument to "frequency_penalty"
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 154
- Forks
- 76
- PR merge metrics
- No merged PRs in 30d
Description
python file: loadcmd.py
class: RequestBuilder
function: init
This is just to keep names consistent and to avoid any potential bugs(for e.g.: See [Issue#28](https://github.com/Azure/azure-openai-benchmark/issues/28) ) related to naming convention later.
Contributor guide
No contributing guide indexed for this repository
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
Open loadcmd.py and inspect RequestBuilder.init, then search the repository for frequence_penalty references. Rename the argument consistently to frequency_penalty and verify that all callers and references use the corrected name; the issue is complete when no old spelling remains.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- tooling
- Issue type
- Refactor
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 62/100