Updated local Ai internals
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@ -27,7 +27,6 @@ MQTT_PORT = int(os.getenv("GUARD_MQTT_PORT", 1883))
|
||||
MQTT_USERNAME = os.getenv("GUARD_MQTT_USERNAME", None)
|
||||
MQTT_PASSWORD = os.getenv("GUARD_MQTT_PASSWORD", None)
|
||||
|
||||
SVM_TARGET_CLASS_NAME = os.environ.get("SVM_TARGET_CLASS_NAME", "chirp")
|
||||
SVM_MODEL_ID = os.environ.get("SVM_MODEL_ID")
|
||||
|
||||
API_URL = os.environ.get("API_URL", "http://localhost:8080")
|
Reference in New Issue
Block a user