2024-08-06 23:40:06 -07:00
|
|
|
{
|
|
|
|
|
// Use IntelliSense to learn about possible attributes.
|
|
|
|
|
// Hover to view descriptions of existing attributes.
|
|
|
|
|
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
|
|
|
|
|
"version": "0.2.0",
|
|
|
|
|
"configurations": [
|
2025-07-11 16:42:16 -07:00
|
|
|
|
2024-08-06 23:40:06 -07:00
|
|
|
{
|
2024-10-01 09:13:50 -07:00
|
|
|
"name": "model server",
|
2024-08-06 23:40:06 -07:00
|
|
|
"type": "debugpy",
|
|
|
|
|
"request": "launch",
|
|
|
|
|
"module": "uvicorn",
|
2024-12-20 13:25:01 -08:00
|
|
|
"args": ["src.main:app","--reload", "--port", "51000"]
|
2024-08-06 23:40:06 -07:00
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|