Fix GitHub Models provider: use github prefix, fix migration, add Zod enum

This commit is contained in:
CREDO23 2026-02-09 19:14:16 +02:00
parent 8bc4b255b4
commit a96d18ec31
5 changed files with 7 additions and 18 deletions

View file

@ -33,6 +33,7 @@ export const liteLLMProviderEnum = z.enum([
"DATABRICKS",
"COMETAPI",
"HUGGINGFACE",
"GITHUB_MODELS",
"CUSTOM",
]);