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

12 lines
103 B
Plaintext
Raw Normal View History

2023-08-21 21:28:52 -06:00
flask
flask_cors
pyyaml
flask_caching
requests
2023-08-21 23:07:12 -06:00
tiktoken
2023-08-22 00:26:46 -06:00
gunicorn
2023-08-23 01:14:19 -06:00
redis
2023-08-27 22:24:44 -06:00
gevent
2023-08-29 17:56:12 -06:00
async-timeout
2023-08-29 17:57:06 -06:00
flask-sock