Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.67 KB

README.md

File metadata and controls

31 lines (20 loc) · 1.67 KB

LLobotoMy for Azure

Continuous Integrations License Package tree-shaking Package minified & gzipped size Package dependency count

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.