Initial release

This commit is contained in:
Julian Müller (ChaoticByte) 2023-04-30 12:16:48 +02:00
parent 9e3f7b8a93
commit cd6036eff4
11 changed files with 670 additions and 2 deletions

3
requirements.txt Normal file
View file

@ -0,0 +1,3 @@
llama-cpp-python[server]~=0.1.39
uvicorn~=0.22.0
sanic~=23.3.0