-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
21 lines (17 loc) · 751 Bytes
/
.env.example
File metadata and controls
21 lines (17 loc) · 751 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#
# YourCLI .env configuration file
#
# This file is used by YourCLI to load environment variables for configuration
# and should be placed in the root directory of the project.
#
# ----------------------------------------------------------------------------
# OpenAI API Configuration
# ----------------------------------------------------------------------------
# OpenAI API base URL (optional, defaults to OpenAI's standard endpoint)
# OPENAI_BASE_URL=https://api.openai.com/v1
# OpenAI API key for authentication
# OPENAI_API_KEY=sk-...
# OpenAI API timeout in seconds
# Note: this is not an official OpenAI configuration variable, but there is
# no standard for this, but Charlie does support it for convenience.
# OPENAI_REQUEST_TIMEOUT=60