We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7be93d9 commit 7962180Copy full SHA for 7962180
inference.go
@@ -22,7 +22,7 @@ import (
22
// Proxy constants - all inference requests go through this proxy
23
const (
24
PROXY_ENCLAVE = "inference.tinfoil.sh"
25
- PROXY_REPO = "tinfoilsh/confidential-inference-proxy"
+ PROXY_REPO = "tinfoilsh/confidential-model-router"
26
)
27
28
//go:embed config.json
0 commit comments