-
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) · 850 Bytes
/
.env.example
File metadata and controls
21 lines (17 loc) · 850 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# --- Target API Configuration ---
# API Key for the target OpenAI compatible API (required by many APIs)
# You can also provide this via the --api-key or -k command line argument.
# --- Proxy Server Configuration ---
# Host for the proxy server to listen on (Default: 0.0.0.0)
# You can also provide this via the --host or -H command line argument.
# PROXY_HOST=127.0.0.1
# Port for the proxy server to listen on (Default: 7891)
# You can also provide this via the --port or -p command line argument.
# PROXY_PORT=8080
# --- Logging Configuration ---
# Set NODE_ENV to 'development' for pretty-printed logs
# NODE_ENV=development
# --- Target API Base URL ---
# The base URL of the target OpenAI compatible API.
# You can also provide this via the --targetBaseUrl or -t command line argument.
# TARGET_BASE_URL=https://api.ppinfra.com/v3/openai