chore: remove unused modelConstants from the project

This commit is contained in:
Simos Mikelatos
2026-06-09 20:51:19 +00:00
parent b6a45b3183
commit 92de0ed613
13 changed files with 46 additions and 883 deletions

View File

@@ -68,7 +68,7 @@ export type AuthenticatedWebSocketRequest = IncomingMessage & {
export type LLMProvider = 'claude' | 'codex' | 'gemini' | 'cursor' | 'opencode';
/**
* One selectable model row (matches the documentation `public/modelConstants.js` option shape).
* One selectable model row in a provider model catalog.
*/
export type ProviderModelOption = {
value: string;