mirror of
https://github.com/katanemo/plano.git
synced 2026-04-27 09:46:28 +02:00
Update vscode workspce (#199)
- add recommended extensions - set python interpreter path for all python projects to be venv/bin/python - update project structure in workspace - rename project file from gatewa -> archgw
This commit is contained in:
parent
c6ba28dfcc
commit
28421353fd
4 changed files with 22 additions and 16 deletions
|
|
@ -1,45 +0,0 @@
|
|||
{
|
||||
"folders": [
|
||||
{
|
||||
"name": "root",
|
||||
"path": "."
|
||||
},
|
||||
{
|
||||
"name": "common",
|
||||
"path": "crates/common"
|
||||
},
|
||||
{
|
||||
"name": "prompt_gateway",
|
||||
"path": "crates/prompt_gateway"
|
||||
},
|
||||
{
|
||||
"name": "llm_gateway",
|
||||
"path": "crates/llm_gateway"
|
||||
},
|
||||
{
|
||||
"name": "arch/tools",
|
||||
"path": "arch/tools"
|
||||
},
|
||||
{
|
||||
"name": "model_server",
|
||||
"path": "model_server"
|
||||
},
|
||||
{
|
||||
"name": "chatbot_ui",
|
||||
"path": "chatbot_ui"
|
||||
},
|
||||
{
|
||||
"name": "demos/function_calling",
|
||||
"path": "./demos/function_calling",
|
||||
},
|
||||
{
|
||||
"name": "demos/insurance_agent",
|
||||
"path": "./demos/insurance_agent",
|
||||
},
|
||||
{
|
||||
"name": "demos/function_calling/api_server",
|
||||
"path": "./demos/function_calling/api_server",
|
||||
},
|
||||
],
|
||||
"settings": {}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue