Skip to content
This repository was archived by the owner on Sep 30, 2024. It is now read-only.

Commit 432f328

Browse files
authored
Switch Triton to the HTTPS endpoint that doesn't use Cloudflare (#61202)
Switch to the HTTPS endpoint that doesn't use Cloudflare
1 parent 86083df commit 432f328

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/cody-gateway/shared/config/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ func (c *Config) Load() {
241241

242242
c.Attribution.Enabled = c.GetBool("CODY_GATEWAY_ENABLE_ATTRIBUTION_SEARCH", "false", "Whether attribution search endpoint is available.")
243243

244-
c.Sourcegraph.TritonURL = c.Get("CODY_GATEWAY_SOURCEGRAPH_TRITON_URL", "https://embeddings-triton.sgdev.org/v2/models/ensemble_model/infer", "URL of the Triton server.")
244+
c.Sourcegraph.TritonURL = c.Get("CODY_GATEWAY_SOURCEGRAPH_TRITON_URL", "https://embeddings-triton-direct.sgdev.org/v2/models/ensemble_model/infer", "URL of the Triton server.")
245245
}
246246

247247
// splitMaybe splits on commas, but only returns at least one element if the input

0 commit comments

Comments
 (0)