OpenAI
⚠️ Please note that using some AI providers, such as OpenAI's API, can be expensive. Monitor your usage carefully to avoid incurring unexpected costs. We're NOT responsible for your usage under any circumstance.
Quick Start Guide
- Instructions for setting up an OpenAI API key can be found here.
Update your agent settings
- Set
AI_PROVIDER
toopenai
. - Set
OPENAI_API_KEY
to your OpenAI API key. - Set
AI_MODEL
togpt-4o
or your preferred OpenAI model. - Set
AI_TEMPERATURE
to a value between 0 and 1. The higher the value, the more creative the output. - Set
MAX_TOKENS
to the maximum number of input tokens.gpt-4o
allows up to120000
input tokens.