Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 17 additions & 1 deletion adaptors/chatgpt.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,30 @@ AI in our [Responsible AI Policy](https://www.openfn.org/ai).

## Integration Options

Use this adpator to integrate with the
Use this adaptor to integrate with the
[OpenAI Platform API](https://platform.openai.com/docs/overview), to integrate
ChatGPT AI models into your workflows to leverage their natural language
processing (NLP) capabilities.

Example AI-driven workflow on OpenFn:
![ai-driven-workflow](/img/ai-workflow-example.webp)

## Using other OpenAI-compatible LLM providers

This adaptor can be configured to use any LLM provider endpoint that implements
the OpenAI API specification. With this, responses can be generated by
alternative providers, self-hosted gateways, or other inference services.

You may choose to do so for the following reasons:
- to use another LLM provider with a different pricing model
- to use an LLM provider that offers local data residency
- to use a specific provider - for example, routing through a
regional service, or self-managed infrastructure

See this adaptor's
[Configuration docs](/adaptors/packages/chatgpt-configuration-schema) for
technical docs on the parameters required.

## Authentication

See this adaptor's
Expand Down