project: add docker in root directory and readme

This commit is contained in:
Mathieu Virbel
2023-07-27 12:46:50 +02:00
parent b5e0baa6c8
commit 00797d9cc6
7 changed files with 317 additions and 1 deletions

22
README.md Normal file
View File

@@ -0,0 +1,22 @@
# Reflector
Reflector server is responsible for audio transcription and summarization for now.
_The project is moving fast, documentation is currently unstable and outdated_
## Server
We currently use oogabooga as a LLM backend.
### Using docker
Create a `.env` with
```
LLM_URL=http://IP:HOST/api/v1/generate
```
Then start with:
```
$ docker-compose up
```