This commit is contained in:
Ettore Di Giacinto
2025-04-09 21:25:44 +02:00
parent e128cde613
commit 2f19feff5e
3 changed files with 7 additions and 17 deletions

View File

@@ -13,15 +13,5 @@ func TestE2E(t *testing.T) {
RunSpecs(t, "E2E test suite")
}
var testModel = os.Getenv("LOCALAGI_MODEL")
var apiURL = os.Getenv("LOCALAI_API_URL")
var localagiURL = os.Getenv("LOCALAGI_API_URL")
func init() {
if testModel == "" {
testModel = "hermes-2-pro-mistral"
}
if apiURL == "" {
apiURL = "http://192.168.68.113:8080"
}
}