docs/versioned_docs/version-2.25.0/marketplace/plugins/openai.md
ToolJet can connect to OpenAI and utilize two main services: Completions and Chat. With OpenAI's Completions service, ToolJet can generate text automatically based on an initial prompt or context. The Chat service allows users to interact with a chatbot powered by OpenAI's language model. In addition, ToolJet can also leverage the GPT-3 Turbo service from OpenAI, which provides faster and more responsive completions.
<div style={{textAlign: 'center'}}> </div>:::note Before following this guide, it is assumed that you have already completed the process of Using Marketplace plugins. :::
For connecting to OpenAI, following credentials are required:
The purpose of this query is to generate text completions that resemble human writing based on a given prompt.
The function of this query is to examine the user's input and generate a suitable response that simulates human-like conversation.