Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 497 Bytes

openai.mdx

File metadata and controls

17 lines (11 loc) · 497 Bytes
title description
OpenAI
Integrate with OpenAI for embedding models.

import { getEnvironmentVariableText, getNamedIntegrationText } from "@/components/NamedIntegration"; import { AddOpenAIIntegration } from '@/components/shared/openai';


Chalk supports OpenAI as an embeddings provider.

Adding OpenAI

On the dashboard, you can provide your OpenAI API key.

<AddOpenAIIntegration onSubmit={(e) => e.preventDefault()} />