UnleashX commited on
Commit
cedfbbd
·
verified ·
1 Parent(s): 830c2b8

Update app.py

Browse files

dummy agent id

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -56,7 +56,7 @@ logging.basicConfig(
56
  logger = logging.getLogger("san-integration-app")
57
 
58
  # ---------- Environment & Configuration -----------------------------------
59
- AGENT_ID = os.getenv("MILLIS_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