fixups
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user