mirror of
https://github.com/katanemo/plano.git
synced 2026-04-27 09:46:28 +02:00
Serialize tool calls for Arch FC (#131)
* Serialize tool calls * fix int tests
This commit is contained in:
parent
b43f687b85
commit
96686dc606
10 changed files with 166 additions and 57 deletions
3
model_server/.vscode/launch.json
vendored
3
model_server/.vscode/launch.json
vendored
|
|
@ -10,6 +10,9 @@
|
|||
"request": "launch",
|
||||
"module": "uvicorn",
|
||||
"args": ["app.main:app","--reload", "--port", "8000"],
|
||||
"env": {
|
||||
"MODE": "local-cpu",
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue