refactor: move src/config/modelProviders to model-bank

This commit is contained in:
YuTengjing
2025-12-25 21:02:19 +08:00
parent d2a8b9ce02
commit 12fb04b88d
95 changed files with 27 additions and 30 deletions

View File

@@ -1,7 +1,6 @@
import { DEFAULT_MODEL_PROVIDER_LIST } from 'model-bank/modelProviders';
import { resolve } from 'node:path';
import { DEFAULT_MODEL_PROVIDER_LIST } from '@/config/modelProviders';
export const root = resolve(__dirname, '../..');
export interface DataItem {