mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2025-12-20 20:29:06 +00:00
10 lines
278 B
INI
10 lines
278 B
INI
[DEFAULT]
|
|
# Set exception rule for OpenMP error to allow duplicate lib initialization
|
|
KMP_DUPLICATE_LIB_OK=TRUE
|
|
# Export OpenAI API Key
|
|
OPENAI_APIKEY=***REMOVED***
|
|
# Export Whisper Model Size
|
|
WHISPER_MODEL_SIZE=tiny
|
|
AWS_ACCESS_KEY=
|
|
AWS_SECRET_KEY=
|
|
BUCKET_NAME='reflector-bucket' |