mirror of
https://github.com/katanemo/plano.git
synced 2026-06-20 15:28:07 +02:00
fix hr agent
This commit is contained in:
parent
b037c603cd
commit
baa84eb035
12 changed files with 212 additions and 2904 deletions
5
model_server/.vscode/launch.json
vendored
5
model_server/.vscode/launch.json
vendored
|
|
@ -9,10 +9,7 @@
|
|||
"type": "debugpy",
|
||||
"request": "launch",
|
||||
"module": "uvicorn",
|
||||
"args": ["app.main:app","--reload", "--port", "8000"],
|
||||
"env": {
|
||||
"MODE": "local-cpu",
|
||||
}
|
||||
"args": ["app.main:app","--reload", "--port", "8000"]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
3
model_server/.vscode/settings.json
vendored
3
model_server/.vscode/settings.json
vendored
|
|
@ -1,3 +0,0 @@
|
|||
{
|
||||
"python.defaultInterpreterPath": "${workspaceFolder}/venv/bin/python",
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue