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

@ -56,7 +56,7 @@ PROVIDER_MAP = {
"ALIBABA_QWEN": "openai",
"MOONSHOT": "openai",
"ZHIPU": "openai",
"GITHUB_MODELS": "openai",
"GITHUB_MODELS": "github",
"HUGGINGFACE": "huggingface",
"CUSTOM": "custom",
}