Integrating with OpenAI in Orkes Conductor
To effectively utilize AI and LLM tasks in Orkes Conductor, it's essential to integrate your Orkes Conductor cluster with the necessary AI and LLM models.
OpenAI offers a range of models that can be incorporated into the Orkes Conductor cluster. The choice of model depends on your unique use case, the functionalities you require, and the specific natural language processing tasks you intend to tackle.
This guide will provide the steps for integrating the widely-used OpenAI provider with Orkes Conductor.
Steps to integrate with OpenAI
Before beginning to integrate with OpenAI, you need to generate the API key from OpenAI.
Get the OpenAI API key
- Navigate to the OpenAI platform.
- Create an account or sign up with your existing account.
- From the left menu, click API keys and then click +Create new secret key.
- Provide a name for your secret and click Create secret key.
- Copy and keep your generated key safely, as they would be shown only once.
Integrating with OpenAI as a model provider
Now, you have the API key. Let’s integrate this with Orkes Conductor.
- Navigate to Integrations from the left menu on your Orkes Conductor cluster.
- Click +New integration button from the top-right corner.
- Under the AI / LLM section, choose OpenAI.
- Click +Add and provide the following parameters:
Parameters | Description |
---|---|
Integration name | A name for the integration. |
API Key | The API key copied previously. |
Description | A description of your integration. |
- You can toggle-on the Active button to activate the integration instantly.
- Click Save.
Adding OpenAI models to the integration
Now, you have integrated your Orkes Conductor cluster with the OpenAI provider. The next step is integrating with the specific OpenAI models.
OpenAI has different models, such as text-davinci-003, text-embedding-ada-002, gpt-35-turbo and more. Each model is to be used for different use cases, such as text completion, generating embeddings, etc.
Depending on your use case, you must configure different models within your OpenAI configuration.
To add a new model to the OpenAI integration:
- Navigate to the integrations page and click the '+' button next to the integration created.
- Click +New model.
- Provide the model name and an optional description for the model. The complete list of models in Open AI is available here.
- Toggle-on the Active button to enable the model immediately.
- Click Save.
This ensures the integration model is saved for future use in LLM tasks within Orkes Conductor.
RBAC - Governance on who can use Integrations
Now, the integration with the required models is ready. Next, we should determine the access control to these models.
The permission can be granted to applications/groups within the Orkes Conductor cluster.
To provide explicit permission to Groups:
- Navigate to Access Control > Groups from the left menu on your Orkes Conductor cluster.
- Create a new group or choose an existing group.
- Under the Permissions section, click +Add Permission.
- Under the Integrations tab, select the required integrations with the required permissions.
- Click Add Permissions. This ensures that all the group members can access these integration models in their workflows.
Similarly, you can also provide permissions to applications.
Once the integration is ready, start creating workflows with LLM tasks.