Merge pull request #802 from CREDO23/sur-161-feat-add-github-models-as-llm-provider

[Improvements] Add GitHub models as llm provider
This commit is contained in:
Rohan Verma 2026-02-09 15:07:40 -08:00 committed by GitHub
commit dcd1497630
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 108 additions and 0 deletions

View file

@ -211,6 +211,7 @@ class LiteLLMProvider(str, Enum):
DATABRICKS = "DATABRICKS"
COMETAPI = "COMETAPI"
HUGGINGFACE = "HUGGINGFACE"
GITHUB_MODELS = "GITHUB_MODELS"
CUSTOM = "CUSTOM"