Azure / azure-functions-openai-extension

An extension that adds support for Azure OpenAI/ OpenAI bindings in Azure Functions for LLM (GPT-3.5-Turbo, GPT-4, etc)
MIT License
80 stars 29 forks source link

Updating Python library version #89

Closed hallvictoria closed 5 months ago

hallvictoria commented 5 months ago

A bug was discovered where the AssistantSkillTrigger type had a typo in the python sdk. A new version was released with the fix. This updates the requirements.txt files in the python samples to now pull from that library version or greater.