Chat models
📄️ Anthropic
This notebook covers how to get started with Anthropic chat models.
📄️ Anthropic Functions
This notebook shows how to use an experimental wrapper around Anthropic that gives it the same API as OpenAI Functions.
📄️ Azure
This notebook goes over how to connect to an Azure hosted OpenAI endpoint
📄️ AzureML Chat Online Endpoint
AzureML is a platform used to build, train, and deploy machine learning models. Users can explore the types of models to deploy in the Model Catalog, which provides Azure Foundation Models and OpenAI Models. Azure Foundation Models include various open-source models and popular Hugging Face models. Users can also import models of their liking into AzureML.
📄️ Google Cloud Platform Vertex AI PaLM
Note: This is seperate from the Google PaLM integration. Google has chosen to offer an enterprise version of PaLM through GCP, and this supports the models made available through there.
📄️ JinaChat
This notebook covers how to get started with JinaChat chat models.
📄️ Llama API
This notebook shows how to use LangChain with LlamaAPI - a hosted version of Llama2 that adds in support for function calling.
📄️ OpenAI
This notebook covers how to get started with OpenAI chat models.
📄️ PromptLayer ChatOpenAI
This example showcases how to connect to PromptLayer to start recording your ChatOpenAI requests.