You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# You can copy this file to `.env` and fill in the values.
# For OpenAI
# The OpenAI model name (e.g. `gpt-3.5-turbo` or `gpt-4`)
OPENAI_MODEL=
# Your OpenAI API key
OPENAI_API_KEY=
# For Azure OpenAI
# The full URL of the Azure OpenAI REST API (e.g. `https://YOUR_RESOURCE_NAME.openai.azure.com/openai/deployments/YOUR_DEPLOYMENT_NAME/chat/completions?api-version=2023-05-15`)