mirror of
https://github.com/katanemo/plano.git
synced 2026-05-08 23:32:43 +02:00
Updated hr_agent to be full stack: gradio + fastAPI (#235)
* commiting to remove * fix * updating hr_agent --------- Co-authored-by: Salman Paracha <salmanparacha@MacBook-Pro-261.local> Co-authored-by: Adil Hafeez <adil@katanemo.com>
This commit is contained in:
parent
bb9a774a72
commit
bb882fb59b
8 changed files with 157 additions and 71 deletions
|
|
@ -1,6 +1,13 @@
|
|||
fastapi
|
||||
uvicorn
|
||||
pydantic
|
||||
slack-sdk
|
||||
typing
|
||||
pandas
|
||||
gradio==5.3.0
|
||||
async_timeout==4.0.3
|
||||
loguru==0.7.2
|
||||
asyncio==3.4.3
|
||||
httpx==0.27.0
|
||||
python-dotenv==1.0.1
|
||||
pydantic==2.8.2
|
||||
openai==1.51.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue