mirror of
https://github.com/TeamWiseFlow/wiseflow.git
synced 2025-01-23 02:20:20 +08:00
6 lines
181 B
Bash
6 lines
181 B
Bash
|
LLM_API_KEY=""
|
||
|
LLM_API_BASE="https://api.openai.com/v1/"
|
||
|
PRIMARY_MODEL="gpt-4o-2024-11-20"
|
||
|
VL_MODEL="gpt-4o-2024-11-20"
|
||
|
PB_API_AUTH="your_email|your_password"
|
||
|
PROJECT_DIR="work_dir"
|