MrSiebel585 commited on
Commit
0d36f9e
·
1 Parent(s): 1580fbc

Update requirements for Streamlit + FastAPI

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -6
requirements.txt CHANGED
@@ -1,14 +1,12 @@
1
- # Core frameworks
2
  streamlit
3
- gradio
4
- chainlit
5
 
6
- # API & server
7
  fastapi
8
  uvicorn[standard]
9
- pydantic
10
- requests
11
 
12
  # AI clients
13
  openai
14
  ollama
 
 
 
1
+ # UI
2
  streamlit
 
 
3
 
4
+ # API backend
5
  fastapi
6
  uvicorn[standard]
 
 
7
 
8
  # AI clients
9
  openai
10
  ollama
11
+ requests
12
+ pydantic