feat: 添加超详细的HTTP请求日志系统

This commit is contained in:
imeepos 2025-07-14 13:28:29 +08:00
parent e626521ac2
commit 37e75785da
1 changed files with 1 additions and 1 deletions

View File

@ -208,7 +208,7 @@ impl GeminiService {
let mut headers = std::collections::HashMap::new();
headers.insert("Authorization".to_string(), format!("Bearer {}", access_token));
headers.insert("Content-Type".to_string(), "application/json".to_string());
ClientConfig {
gateway_url: self.config.base_url.clone(),
headers,