mirror of
https://github.com/katanemo/plano.git
synced 2026-06-23 15:38: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"]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue