add README.md & .gitignore

This commit is contained in:
Christian Rute 2024-10-29 21:17:46 +01:00
parent 16783f6873
commit df937ca8da
2 changed files with 6 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
/.env.server

5
README.md Normal file
View File

@ -0,0 +1,5 @@
This project aims to be a little interface to an LLM hosted by a vllm-Engine.
It implements a simple Authentication with JSON Web Tokens.