llobotomy-azure
v0.0.10
Published
Thin wrapper around the Azure OpenAI Chat Completions API + Tools Calling to emulate the missing Assistants API
Downloads
196
Readme
LLobotoMy for Azure
This library is a temporary solution for those of us who are using Azure Open AI APIs instead of the public Open AI APIs. At the time of this writing, the Azure OpenAI API doesn't expose the Assistants API so we're emulating it using the other APIs (mainly Chat Completions with Tools / Function Calling).
The library aims at having roughly the same public API as my other NPM package LLobotoMy. Although the LLobotoMy lib is actually lagging behind at the moment because I've been more focused on supporting Azure Open AI APIs.
Installation
This library is published in the NPM registry and can be installed using any compatible package manager.
npm install llobotomy-azure --save
# For Yarn, use the command below.
yarn add llobotomy-azure
Documentation
Documentation generated from source files by Typedoc.
License
Released under MIT License.