mirror of
https://github.com/katanemo/plano.git
synced 2026-05-05 13:53:03 +02:00
Use intent model from archfc to pick prompt gateway (#328)
This commit is contained in:
parent
67b8fd635e
commit
ba7279becb
151 changed files with 8642 additions and 10932 deletions
|
|
@ -17,8 +17,16 @@
|
|||
"path": "model_server"
|
||||
},
|
||||
{
|
||||
"name": "e2e_tests",
|
||||
"path": "e2e_tests"
|
||||
"name": "tests_e2e",
|
||||
"path": "tests/e2e"
|
||||
},
|
||||
{
|
||||
"name": "tests_archgw",
|
||||
"path": "tests/archgw"
|
||||
},
|
||||
{
|
||||
"name": "tests_modelserver",
|
||||
"path": "tests/modelserver"
|
||||
},
|
||||
{
|
||||
"name": "chatbot_ui",
|
||||
|
|
@ -41,6 +49,7 @@
|
|||
"eamodio.gitlens",
|
||||
"ms-python.black-formatter",
|
||||
"tamasfe.even-better-toml",
|
||||
"esbenp.prettier-vscode",
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue