fix(ai-providers): route openai compat model fetch/test through api-call to avoid CORS

This commit is contained in:
Supra4E8C
2025-12-28 18:10:21 +08:00
parent 981f7ac9b2
commit c17217875c
4 changed files with 161 additions and 37 deletions

View File

@@ -1,4 +1,5 @@
export * from './client';
export * from './apiCall';
export * from './config';
export * from './configFile';
export * from './apiKeys';