fix hr agent

This commit is contained in:
Adil Hafeez 2024-10-18 19:19:44 -07:00
parent b037c603cd
commit baa84eb035
12 changed files with 212 additions and 2904 deletions

View file

@ -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"]
}
]
}

View file

@ -1,3 +0,0 @@
{
"python.defaultInterpreterPath": "${workspaceFolder}/venv/bin/python",
}