An extension that adds support for Azure OpenAI/ OpenAI bindings in Azure Functions for LLM (GPT-3.5-Turbo, GPT-4, etc)
80
stars
29
forks
source link
Allow configuring properties like Max Token,Top_P etc in Assistant Post #104
Open
manvkaur opened 3 months ago
Expected Behavior
I just observed, in the AssistantPostAttribute we don't have configurations like in TextCompletion like setting the max token, temperature
Refer - API Reference - OpenAI API for key properties to add.
What language of preference?
Dotnet (OOP)
Relevant sample code snipped
No response
Additional Information
No response