File tree Expand file tree Collapse file tree
apps/web/src/lib/ai-gateway/providers Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ import { captureException } from '@sentry/nextjs';
2222import PROVIDERS from '@/lib/ai-gateway/providers/provider-definitions' ;
2323import { logAutoModelChangesForAllOrgs } from '@/lib/organizations/auto-model-change-log' ;
2424import type { Provider } from '@/lib/ai-gateway/providers/types' ;
25- import type { StoredModel } from '@/lib/ai-gateway/providers/vercel/ types' ;
26- import { EndpointsSchema , ModelsSchema } from '@/lib/ai-gateway/providers/vercel/ types' ;
25+ import type { StoredModel } from '@kilocode/db/schema- types' ;
26+ import { EndpointsSchema , ModelsSchema } from '@kilocode/db/schema- types' ;
2727import { redisSet } from '@/lib/redis' ;
2828import { GATEWAY_METADATA_REDIS_KEYS , type RedisKey } from '@/lib/redis-keys' ;
2929import { syncDirectByokModels } from '@/lib/ai-gateway/providers/direct-byok/sync-direct-byok' ;
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments