Azure / azure-openai-benchmark

Azure OpenAI benchmarking tool
MIT License
130 stars 54 forks source link

Typo when setting "presence penalty" parameter #28

Open sushaanttb opened 9 months ago

sushaanttb commented 9 months ago

There is a typo when setting the "presence_penality" argument.

image

This will fail when "presence penalty" argument will actually be specified by the user.

python file: loadcmd.py class: RequestBuilder function: next