feat: Add logging to API endpoints, update generation response model, and refine project configurations.
This commit is contained in:
5
.vscode/launch.json
vendored
Normal file
5
.vscode/launch.json
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"configurations": [
|
||||
{"name":"Python Debugger: FastAPI","type":"debugpy","request":"launch","module":"uvicorn","args":["main:app","--reload", "--port", "8090"],"jinja":true}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user