mirror of
https://github.com/katanemo/plano.git
synced 2026-04-27 01:36:33 +02:00
add streaming chatbot-ui
This commit is contained in:
parent
b8841fb8f4
commit
dd35e77a73
2 changed files with 37 additions and 0 deletions
8
chatbot_ui/.vscode/launch.json
vendored
8
chatbot_ui/.vscode/launch.json
vendored
|
|
@ -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",
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue