mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-06-27 01:41:19 +00:00
* ✨ feat: Add proxy support for Google APIs in GeminiImageGen
- Implemented a proxy wrapper for globalThis.fetch to route requests to googleapis.com through a specified proxy.
- Added tests to verify the proxy configuration behavior, ensuring correct dispatcher application for Google API calls and preserving existing options.
Co-authored-by: [Your Name] <your.email@example.com>
* chore: remove comment
---------
Co-authored-by: [Your Name] <your.email@example.com>
Co-authored-by: Danny Avila <danacordially@gmail.com>
|
||
|---|---|---|
| .. | ||
| DALLE3-proxy.spec.js | ||
| DALLE3.spec.js | ||
| GeminiImageGen-proxy.spec.js | ||
| GoogleSearch.spec.js | ||
| openWeather.integration.test.js | ||
| openweather.test.js | ||
| TavilySearchResults.spec.js | ||