mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2025-12-20 12:19:06 +00:00
Moved all server files to server/
This commit is contained in:
BIN
reflector-local/.DS_Store
vendored
BIN
reflector-local/.DS_Store
vendored
Binary file not shown.
Binary file not shown.
0
.gitignore → server/.gitignore
vendored
0
.gitignore → server/.gitignore
vendored
|
Before Width: | Height: | Size: 124 KiB After Width: | Height: | Size: 124 KiB |
|
Before Width: | Height: | Size: 113 KiB After Width: | Height: | Size: 113 KiB |
@@ -1,38 +0,0 @@
|
||||
[DEFAULT]
|
||||
#Set exception rule for OpenMP error
|
||||
#to allow duplicate lib initialization
|
||||
KMP_DUPLICATE_LIB_OK=TRUE
|
||||
|
||||
[OPENAI]
|
||||
#ExportOpenAIAPIKey
|
||||
OPENAI_APIKEY=
|
||||
|
||||
[WHISPER]
|
||||
#ExportWhisperModelSize
|
||||
WHISPER_MODEL_SIZE=tiny
|
||||
WHISPER_REAL_TIME_MODEL_SIZE=tiny
|
||||
|
||||
[AWS-S3]
|
||||
#AWSconfig
|
||||
AWS_ACCESS_KEY=
|
||||
AWS_SECRET_KEY=
|
||||
BUCKET_NAME=reflector-bucket
|
||||
|
||||
[SUMMARIZER]
|
||||
#Summarizerconfig
|
||||
SUMMARY_MODEL=facebook/bart-large-cnn
|
||||
INPUT_ENCODING_MAX_LENGTH=1024
|
||||
MAX_LENGTH=2048
|
||||
BEAM_SIZE=6
|
||||
MAX_CHUNK_LENGTH=1024
|
||||
SUMMARIZE_USING_CHUNKS=YES
|
||||
|
||||
[AUDIO]
|
||||
# Audiodevice
|
||||
BLACKHOLE_INPUT_AGGREGATOR_DEVICE_NAME=aggregator
|
||||
AV_FOUNDATION_DEVICE_ID=1
|
||||
|
||||
[LLM]
|
||||
# LLM configs
|
||||
LLM_MACHINE_IP=
|
||||
LLM_MACHINE_PORT=
|
||||
Reference in New Issue
Block a user