issues
search
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
Fix text completion and add usage property
#11
Closed
manvkaur
closed
9 months ago
manvkaur
commented
9 months ago
Text Completion using Chat Completion at the backend with default model as GPT 3.5 Turbo with custom entity
Added property totalTokens - total token usage to Chat Bot and Text Completion.
Bump version to v0.7.0
Updated classes for Models namespace - InputType, ChatMessageEntity