mirror of
https://github.com/x1xhlol/system-prompts-and-models-of-ai-tools.git
synced 2026-06-18 23:39:34 +00:00
5 lines
219 B
Plaintext
5 lines
219 B
Plaintext
# Copy to .env.local for local dev. Production: set in hosting dashboard (Vercel, etc.).
|
|
# Must match the FastAPI base URL the browser can reach (CORS + strategy panel fetch).
|
|
|
|
NEXT_PUBLIC_API_URL=http://127.0.0.1:8000
|