Skip to content

Commit 0fa5a6f

Browse files
refactor(ai-gateway): remove vercel/types.ts re-export shim (#2995)
Co-authored-by: kiloconnect[bot] <240665456+kiloconnect[bot]@users.noreply.github.com>
1 parent d20e44b commit 0fa5a6f

2 files changed

Lines changed: 2 additions & 11 deletions

File tree

apps/web/src/lib/ai-gateway/providers/openrouter/sync-providers.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ import { captureException } from '@sentry/nextjs';
2222
import PROVIDERS from '@/lib/ai-gateway/providers/provider-definitions';
2323
import { logAutoModelChangesForAllOrgs } from '@/lib/organizations/auto-model-change-log';
2424
import 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';
2727
import { redisSet } from '@/lib/redis';
2828
import { GATEWAY_METADATA_REDIS_KEYS, type RedisKey } from '@/lib/redis-keys';
2929
import { syncDirectByokModels } from '@/lib/ai-gateway/providers/direct-byok/sync-direct-byok';

apps/web/src/lib/ai-gateway/providers/vercel/types.ts

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)