feat: set default space to tencent-hy3 with native tool calling support

This commit is contained in:
Luxferre
2026-09-07 10:52:17 +03:00
parent 4de3ab3646
commit 187edabadb
2 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ import (
)
var (
DefaultSpaceURL = "https://lucasmarchettidelima-digital-twin.hf.space"
DefaultSpaceURL = "https://tencent-hy3.hf.space"
DefaultUserAgent = "Mozilla/5.0 (X11; Linux x86_64; rv:153.0) Gecko/20100101 Firefox/153.0"
ConfiguredUserAgent string
)