Skip to content

Commit f560a7f

Browse files
committed
Use updated catalog url
1 parent 1d5ff3f commit f560a7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/azuremodels/azure_client_config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const (
44
defaultInferenceRoot = "https://models.github.ai"
55
defaultInferencePath = "inference/chat/completions"
66
defaultAzureAiStudioURL = "https://api.catalog.azureml.ms"
7-
defaultModelsURL = defaultAzureAiStudioURL + "/asset-gallery/v1.0/models"
7+
defaultModelsURL = "https://models.github.ai/catalog/models"
88
)
99

1010
// AzureClientConfig represents configurable settings for the Azure client.

0 commit comments

Comments
 (0)