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
79 stars 29 forks source link

update the package reference in functions worker extn #8

Closed manvkaur closed 10 months ago

manvkaur commented 10 months ago

alpha nuget packages are published to nuget org, updating the reference in functions worker extension for text completion API

In future, this API will be updated to remove dependency on legacy completions API of Open AI and use newer Completions API

Present options: Option 1: New deployments can't be done on Azure for model - text-davinci-003, hence this functionality can only be tested on deployments created in the past using the text-davinci-003 model in Azure.

Option 2: Directly use Open API Key for testing this legacy API for now.