diff --git a/apps/desktop/src-tauri/src/infrastructure/gemini_service.rs b/apps/desktop/src-tauri/src/infrastructure/gemini_service.rs index ad9d788..38ef6c2 100644 --- a/apps/desktop/src-tauri/src/infrastructure/gemini_service.rs +++ b/apps/desktop/src-tauri/src/infrastructure/gemini_service.rs @@ -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,