mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-26 11:44:28 +08:00
* feat: integrate AoxisProxy for HTTP requests in rerankers and CopilotService - Replaced direct axios calls with aoxisProxy in JinaReranker, SiliconFlowReranker, and VoyageReranker to utilize proxy settings. - Introduced AoxisProxy service to manage axios instances with proxy configurations. - Updated CopilotService to use aoxisProxy for API requests, ensuring consistent proxy handling across services. * refactor(AxiosProxy): improve proxy handling and initialization logic * fix tyop * fix tyop |
||
|---|---|---|
| .. | ||
| BaseReranker.ts | ||
| DefaultReranker.ts | ||
| JinaReranker.ts | ||
| Reranker.ts | ||
| RerankerFactory.ts | ||
| SiliconFlowReranker.ts | ||
| VoyageReranker.ts | ||