feat: separate image profiles from text routing
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
{
|
||||
"profile_name": "default",
|
||||
"image_profile_name": "",
|
||||
"listen_host": "127.0.0.1",
|
||||
"listen_port": 4610,
|
||||
"upstream_base_url": "https://api.openai.com",
|
||||
@@ -8,6 +9,12 @@
|
||||
"upstream_auth_file": "",
|
||||
"upstream_auth_json_path": "",
|
||||
"upstream_auth_json_key": "OPENAI_API_KEY",
|
||||
"image_base_url": "",
|
||||
"image_auth_mode": "fixed_bearer",
|
||||
"image_auth_env": "CODEX_RETRY_GATEWAY_IMAGE_API_KEY",
|
||||
"image_auth_file": "",
|
||||
"image_auth_json_path": "",
|
||||
"image_auth_json_key": "OPENAI_API_KEY",
|
||||
"request_body_limit_bytes": 1073741824,
|
||||
"request_history_limit": 200,
|
||||
"endpoints": ["/responses", "/chat/completions", "/v1/responses", "/v1/chat/completions"],
|
||||
|
||||
Reference in New Issue
Block a user