Skip to content

Commit 7962180

Browse files
committed
fix: stale repo name
1 parent 7be93d9 commit 7962180

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inference.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import (
2222
// Proxy constants - all inference requests go through this proxy
2323
const (
2424
PROXY_ENCLAVE = "inference.tinfoil.sh"
25-
PROXY_REPO = "tinfoilsh/confidential-inference-proxy"
25+
PROXY_REPO = "tinfoilsh/confidential-model-router"
2626
)
2727

2828
//go:embed config.json

0 commit comments

Comments
 (0)