This repository has been archived on 2024-10-27. You can view files and clone it, but cannot push or open issues or pull requests.
local-llm-server/requirements.txt

18 lines
292 B
Plaintext
Raw Normal View History

flask~=2.3.3
pyyaml~=6.0.1
2023-10-01 01:13:13 -06:00
Flask-Caching==2.0.2
requests~=2.31.0
tiktoken~=0.5.0
2023-09-26 22:09:11 -06:00
gevent~=23.9.0.post1
torch~=2.0.1
PyMySQL~=1.1.0
simplejson~=3.19.1
websockets~=11.0.3
2023-09-24 21:46:48 -06:00
basicauth~=1.0.0
2023-09-26 22:09:11 -06:00
openai~=0.28.0
urllib3~=2.0.4
2023-09-30 19:41:50 -06:00
flask-sock==0.6.0
gunicorn==21.2.0
2023-10-01 16:04:53 -06:00
redis==5.0.1
aiohttp==3.8.5
asyncio==3.4.3