azure-functions-openai-extension icon indicating copy to clipboard operation
azure-functions-openai-extension copied to clipboard

Azure Functions bindings for OpenAI

Results 6 azure-functions-openai-extension issues
Sort by recently updated
recently updated
newest added

The core issue is that the Durable Functions extension (which powers chat bots) doesn't understand how to execute a built-in entity function (which is how chat bots are enabled) in...

I'm attempting to ingest a fairly large TXT file (1 MB) of my own data. I receive the following exception: ` WebJobs.Extensions.OpenAI: OpenAI returned an error of type 'invalid_request_error': Too...

- Added input binding and related types for embeddings - Added embeddings sample - Updated issues with existing text completion sample

It is neutral to OAI and AOAI now so we should move unless there's another good reason not to. `dotnet add package Azure.AI.OpenAI --prerelease`

## Context OpenAI's chat API supports [function calling](https://platform.openai.com/docs/guides/gpt/function-calling). This is a way to connect GPT's capabilities with external tools and APIs. ## Proposal Add function calling support to chat bots...

enhancement

Seems Azure Functions HTTP Trigger for Open AI doesn't support streaming as of today. Would be great to have streaming support like other frameworks supports. Ref: https://cookbook.openai.com/examples/how_to_stream_completions https://platform.openai.com/docs/api-reference/streaming