mirror of
https://github.com/katanemo/plano.git
synced 2026-04-27 09:46:28 +02:00
Fold function_resolver into model_server (#103)
This commit is contained in:
parent
b0ce5eca93
commit
f4395d39f9
24 changed files with 31 additions and 197 deletions
5
model_server/.vscode/launch.json
vendored
5
model_server/.vscode/launch.json
vendored
|
|
@ -5,12 +5,11 @@
|
|||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
{
|
||||
"name": "embedding server",
|
||||
"cwd": "${workspaceFolder}/app",
|
||||
"name": "model server",
|
||||
"type": "debugpy",
|
||||
"request": "launch",
|
||||
"module": "uvicorn",
|
||||
"args": ["main:app","--reload", "--port", "8000"],
|
||||
"args": ["app.main:app","--reload", "--port", "8000"],
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue