mirror of
https://github.com/carlrobertoh/ProxyAI.git
synced 2026-04-28 11:41:28 +00:00
32 lines
No EOL
1 KiB
Text
32 lines
No EOL
1 KiB
Text
# OpenAI
|
|
|
|
Website: https://openai.com
|
|
|
|
ProxyAI offers seamless integration with OpenAI, supporting all the latest models, including image input.
|
|
|
|
## Getting Started
|
|
|
|
Follow these steps to get started:
|
|
|
|
import { Steps } from 'nextra/components'
|
|
|
|
<Steps>
|
|
### Create Your Account
|
|
|
|
First, you'll need an OpenAI account. If you don't have one, [sign up here](https://platform.openai.com/signup).
|
|
|
|
### Get Your API Key
|
|
|
|
After signing up, create your API key on the [API Keys](https://platform.openai.com/api-keys) page. This key is necessary for authenticating your requests to the OpenAI API. If you already have a key, copy it to your clipboard.
|
|
|
|
### Apply Your API Key
|
|
|
|
Now, configure the plugin to use your API key:
|
|
|
|
- Navigate to the plugin's settings via **File > Settings/Preferences > Tools > ProxyAI > Providers > OpenAI**.
|
|
- Paste your API key into the designated field.
|
|
- Click `Apply` or `OK` to save your changes.
|
|
<br/>
|
|
|
|
<img alt="animated" src="/images/providers/openai-settings.png" />
|
|
</Steps> |