-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
26 lines (21 loc) · 1.02 KB
/
Copy path.env.example
File metadata and controls
26 lines (21 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Copy this file to `.env.local` if you want to customize the studio manually.
# You can also run `bun run studio:init`: if `.env.local` does not exist, the script creates it automatically.
#
# Studio Library path. Leave unset to use the OS home default:
# Windows: C:\Users\<your-user>\AI-Studio-Library
# macOS: /Users/<your-user>/AI-Studio-Library
# Linux: /home/<your-user>/AI-Studio-Library
#
# Override with an absolute path only when you want a custom location.
# STUDIO_LIBRARY_DIR=/Users/<your-user>/AI-Studio-Library
# HTTP port for the local backend.
STUDIO_SERVER_PORT=17223
# WebSocket port used by codex app-server.
STUDIO_CODEX_WS_PORT=17224
# Optional UI override for the local backend base URL used by Vite.
VITE_STUDIO_API_BASE=http://127.0.0.1:17223
# Maximum number of Codex jobs processed in parallel by the local worker.
STUDIO_MAX_CONCURRENT_CODEX_JOBS=4
# Default model and reasoning effort for imagegen turns in codex app-server.
CODEX_IMAGEGEN_MODEL=gpt-5.4-mini
CODEX_IMAGEGEN_REASONING_EFFORT=low