microsoft / promptflow

Build high-quality LLM apps - from prototyping, testing to production deployment and monitoring.
https://microsoft.github.io/promptflow/
MIT License
8.32k stars 712 forks source link

Change openai chat api presence_penalty & frequency_penalty default value to None #3125

Closed dorisjoy closed 1 week ago

dorisjoy commented 1 week ago

Change openai chat api presence_penalty & frequency_penalty default value to None, so that when user doesn't set these values, we can ignore and not pass these parameters to do the api call.