Ani14 commited on
Commit
9b07fe5
·
verified ·
1 Parent(s): 9dadf3d

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -8
requirements.txt CHANGED
@@ -1,16 +1,10 @@
1
  # Core Agentic Framework
2
  langchain
3
  langgraph
4
- # Model Handling (Hugging Face)
5
- torch
6
- transformers
7
- accelerate
8
- bitsandbytes
9
- # API and Structured Output
10
  fastapi
11
  uvicorn
12
  pydantic
13
- # HTTP Client for Final Callback
14
  requests
15
- # For tool-calling/JSON output
16
  pydantic-extra-types
 
1
  # Core Agentic Framework
2
  langchain
3
  langgraph
4
+ # API and Model Handling
5
+ openai
 
 
 
 
6
  fastapi
7
  uvicorn
8
  pydantic
 
9
  requests
 
10
  pydantic-extra-types