forked from thibaultyou/prompt-library
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
22 lines (18 loc) · 682 Bytes
/
.env.example
File metadata and controls
22 lines (18 loc) · 682 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Prompt Library CLI - Environment Variables
# API Keys (Required for API access)
ANTHROPIC_API_KEY=your_api_key_here
OPENAI_API_KEY=your_api_key_here
# Deployment Configuration (Optional but recommended)
LOG_LEVEL=info
REMOTE_REPOSITORY=github_repo_url
# The following settings can be configured through the CLI UI
# and don't need to be in .env unless you want to set defaults
# for new installations. Once configured in the UI, the UI values
# will take precedence.
# MODEL_PROVIDER=anthropic
# ANTHROPIC_MODEL=claude-3-5-sonnet-20241022
# ANTHROPIC_MAX_TOKENS=8000
# OPENAI_MODEL=gpt-4o
# OPENAI_MAX_TOKENS=8000
# PROMPT_FILE_NAME=prompt.md
# METADATA_FILE_NAME=metadata.yml