GooseAI
is a fully managed NLP-as-a-Service, delivered via API. GooseAI provides access to these models.
This notebook goes over how to use LangChain with GooseAI.
Install openai
Theopenai
package is required to use the GooseAI API. Install openai
using pip install openai
.