We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d5ff3f commit f560a7fCopy full SHA for f560a7f
internal/azuremodels/azure_client_config.go
@@ -4,7 +4,7 @@ const (
4
defaultInferenceRoot = "https://models.github.ai"
5
defaultInferencePath = "inference/chat/completions"
6
defaultAzureAiStudioURL = "https://api.catalog.azureml.ms"
7
- defaultModelsURL = defaultAzureAiStudioURL + "/asset-gallery/v1.0/models"
+ defaultModelsURL = "https://models.github.ai/catalog/models"
8
)
9
10
// AzureClientConfig represents configurable settings for the Azure client.
0 commit comments