Update app.py
Browse filesdummy agent id
app.py
CHANGED
|
@@ -56,7 +56,7 @@ logging.basicConfig(
|
|
| 56 |
logger = logging.getLogger("san-integration-app")
|
| 57 |
|
| 58 |
# ---------- Environment & Configuration -----------------------------------
|
| 59 |
-
AGENT_ID =
|
| 60 |
PUBLIC_KEY = os.getenv("MILLIS_PUBLIC_KEY")
|
| 61 |
MILLIS_WS_URI = "wss://api-west.millis.ai:8080/millis"
|
| 62 |
|
|
|
|
| 56 |
logger = logging.getLogger("san-integration-app")
|
| 57 |
|
| 58 |
# ---------- Environment & Configuration -----------------------------------
|
| 59 |
+
AGENT_ID = "dummy"
|
| 60 |
PUBLIC_KEY = os.getenv("MILLIS_PUBLIC_KEY")
|
| 61 |
MILLIS_WS_URI = "wss://api-west.millis.ai:8080/millis"
|
| 62 |
|