Supported Providers
OpenAI Provider
The OpenAI Provider allows for integrating OpenAI’s language models into Keep.
The OpenAI Provider supports querying GPT language models for prompt-based interactions.
Inputs
The OpenAI Provider supports the following functions:
query
: Interact with OpenAI’s models by sending prompts and receiving responsesmodel
: The model to be used, defaults togpt-3.5-turbo
Outputs
Currently, the OpenAI Provider outputs the response from the model based on the prompt provided.
Authentication Parameters
To use the OpenAI Provider, you’ll need an API Key, and optionally, an Organization ID from OpenAI. The required parameters for authentication are:
- api_key (required): Your OpenAI Platform API Key.
- organization_id (optional): Your OpenAI Platform Organization ID.
Connecting with the Provider
To connect to OpenAI, you’ll need to obtain an API Key and (optionally) an Organization ID:
- Log in to your OpenAI account at OpenAI Platform.
- Go to the API Keys section.
- Click on Create new secret key to generate a key for Keep.
- (Optional) Retrieve your Organization ID under Organization settings if you’re part of multiple organizations.
Use the generated API key in the authentication
section of your OpenAI Provider configuration.