demo config changes

This commit is contained in:
Dobromir Popov
2024-06-12 15:47:57 +03:00
parent ad91e0f3d4
commit cf0d4cb09e
9 changed files with 54 additions and 33 deletions

View File

@@ -5,6 +5,7 @@
"scripts": {
"start": "node web/server.js",
"start:demo": "NODE_ENV=demo node web/server.js",
"start:demo-chat": "node web/chat-server.js",
"start:tele": "python agent-py-bot/agent.py"
},
"dependencies": {