OpenAI is American artificial intelligence (AI) research laboratory
consisting of the non-profit OpenAI Incorporated
and its for-profit subsidiary corporation OpenAI Limited Partnership.
OpenAI conducts AI research with the declared intention of promoting and developing a friendly AI.
OpenAI systems run on an Azure-based supercomputing platform from Microsoft.
The OpenAI API is powered by a diverse set of models with different capabilities and price points.
ChatGPT is the Artificial Intelligence (AI) chatbot developed by OpenAI
.
Installation and Setup
Install the integration package with:OPENAI_API_KEY
)
Chat model
See a usage example.Azure
, you should use different wrapper for that:
Azure
wrapper, see here.
LLM
See a usage example.Azure
, you should use different wrapper for that:
Azure
wrapper, see here.
Embedding Model
See a usage exampleDocument Loader
See a usage example.Retriever
See a usage example.Tools
Dall-E Image Generator
OpenAI Dall-E are text-to-image models developed by OpenAI
using deep learning methodologies to generate digital images from natural language descriptions,
called “prompts”.
See a usage example.
Adapter
See a usage example.Tokenizer
There are several places you can use thetiktoken
tokenizer. By default, it is used to count tokens
for OpenAI LLMs.
You can also use it to count tokens when splitting documents with