mirror of
https://github.com/katanemo/plano.git
synced 2026-06-17 15:25:17 +02:00
updates
This commit is contained in:
parent
6982d0a575
commit
03a02455e8
11 changed files with 175 additions and 34 deletions
4
chatbot_ui/.vscode/launch.json
vendored
4
chatbot_ui/.vscode/launch.json
vendored
|
|
@ -30,7 +30,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"name": "chatbot-ui streaming",
|
||||
"name": "chatbot-ui (llm) streaming",
|
||||
"cwd": "${workspaceFolder}/app",
|
||||
"type": "debugpy",
|
||||
"request": "launch",
|
||||
|
|
@ -38,7 +38,7 @@
|
|||
"console": "integratedTerminal",
|
||||
"env": {
|
||||
"LLM": "1",
|
||||
"CHAT_COMPLETION_ENDPOINT": "http://localhost:10000/v1"
|
||||
"CHAT_COMPLETION_ENDPOINT": "http://localhost:12000/v1"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue