-
Notifications
You must be signed in to change notification settings - Fork 111
Expand file tree
/
Copy path.env.example
More file actions
24 lines (19 loc) · 753 Bytes
/
.env.example
File metadata and controls
24 lines (19 loc) · 753 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Codex Proxy Configuration
# Copy this file to .env and edit values as needed: cp .env.example .env
# Optional: paste ChatGPT JWT to skip OAuth login (leave empty to use OAuth)
CODEX_JWT_TOKEN=
# Platform: linux for Docker, darwin for macOS, win32 for Windows
CODEX_PLATFORM=linux
# Architecture: x64 for Docker/Intel, arm64 for Apple Silicon
CODEX_ARCH=x64
# Server port
PORT=8080
# Optional built-in Ollama-compatible bridge.
# Leave blank to use config/default.yaml + data/local.yaml values.
# For Docker with published port 11434, set host to 0.0.0.0 inside the
# container and bind the compose port to 127.0.0.1 on the host.
OLLAMA_BRIDGE_ENABLED=
OLLAMA_BRIDGE_HOST=
OLLAMA_BRIDGE_PORT=
OLLAMA_BRIDGE_VERSION=
OLLAMA_BRIDGE_DISABLE_VISION=