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

16 lines
255 B
Plaintext
Raw Normal View History

flask~=2.3.3
pyyaml~=6.0.1
2023-08-21 21:28:52 -06:00
flask_caching
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-09-30 19:45:04 -06:00
redis==5.0.1