autotrain/nextgen/config.example.json
2026-07-24 10:37:32 +08:00

18 lines
419 B
JSON

{
"planner": {
"enabled": false,
"base_url": "https://your-openai-compatible-endpoint/v1",
"model": "your-model",
"api_key_env": "AUTOTRAIN_NEXT_LLM_API_KEY"
},
"vision": {
"base_url": "https://your-openai-compatible-endpoint/v1",
"model": "your-vision-model",
"api_key_env": "AUTOTRAIN_NEXT_VISION_API_KEY"
},
"safety": {
"allow_submit": false,
"max_loop_steps": 30
}
}