Skip to content

Commit

Permalink
🗂️ update env exampe
Browse files Browse the repository at this point in the history
  • Loading branch information
shroominic committed Aug 9, 2023
1 parent 29d1a70 commit 469b99e
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,18 +1,20 @@
# (set True to enable logging)
VERBOSE=False

# (required)
OPENAI_API_KEY=
# ANTHROPIC_API_KEY=

# (optional, required for production)
# CODEBOX_API_KEY=
# (set True to enable logging)
VERBOSE=False

# (optional, required for Azure OpenAI)
# OPENAI_API_TYPE=azure
# OPENAI_API_VERSION=2023-07-01-preview
# OPENAI_API_BASE=
# DEPLOYMENT_NAME=

STORAGE_TYPE="file" # "file" or "redis"

RD_HOST=
RD_PORT=

SESSION_STORAGE_FOLDER="session_storage"
# (optional, [codebox, postgres or redis])
# HISTORY_BACKEND=postgres
# REDIS_URL=
# POSTGRES_URL=

0 comments on commit 469b99e

Please sign in to comment.