Updated local Ai internals
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2020-10-01 20:15:24 +02:00
parent a223c8e95e
commit 2238fe08f9
2 changed files with 21 additions and 12 deletions

View File

@ -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")