mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2025-12-20 12:19:06 +00:00
project: add docker in root directory and readme
This commit is contained in:
22
README.md
Normal file
22
README.md
Normal 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
|
||||
```
|
||||
Reference in New Issue
Block a user