add streaming chatbot-ui

This commit is contained in:
Adil Hafeez 2024-09-17 09:01:45 -07:00
parent b8841fb8f4
commit dd35e77a73
2 changed files with 37 additions and 0 deletions

View file

@ -11,6 +11,14 @@
"request": "launch",
"program": "run.py",
"console": "integratedTerminal",
},
{
"name": "chatbot-ui streaming",
"cwd": "${workspaceFolder}/app",
"type": "debugpy",
"request": "launch",
"program": "run_stream.py",
"console": "integratedTerminal",
}
]
}