Normalize canonical API formats

This commit is contained in:
fawney19
2026-04-29 09:25:19 +08:00
parent 02ad67fe33
commit 07a319259b
171 changed files with 2460 additions and 1962 deletions

View File

@@ -505,7 +505,7 @@ async fn gateway_executes_openai_chat_stream_via_local_openai_responses_cross_fo
endpoint_is_active: true,
key_id: "key-openai-chat-cli-local-1".to_string(),
key_name: "prod".to_string(),
key_auth_type: "api_key".to_string(),
key_auth_type: "oauth".to_string(),
key_is_active: true,
key_api_formats: Some(vec!["openai:responses".to_string()]),
key_allowed_models: None,
@@ -578,7 +578,7 @@ async fn gateway_executes_openai_chat_stream_via_local_openai_responses_cross_fo
"key-openai-chat-cli-local-1".to_string(),
"provider-openai-chat-cli-local-1".to_string(),
"prod".to_string(),
"api_key".to_string(),
"oauth".to_string(),
None,
true,
)