Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add example of .env file #59

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# 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`)
AZURE_OPENAI_ENDPOINT=
# Your Azure OpenAI API key
AZURE_OPENAI_API_KEY=