# It's suggested to exclude these lines (the top block) in your env configuration
# Current backend version
MTTS_CURR_VERSION = '1.0.004.post1'
# Oldest capable backend version
MTTS_LEGC_VERSION = '1.0.004'
# Frontend version announcement(s)
MTTS_SYNBRACE_CAPV = '1.0.3'
# cp ./env_basis ./.env
# vim .env
# Do not mv, rm or edit examples! They're required as default templates.

# All envs of MAICA are under namespace MAICA_. Please don't violate.


# MTTS specified settings


# MTTS model endpoint
MTTS_TTS_ADDR = ''# http://172.17.0.1:80/tts
# Rotate MTTS cache every [] hours or not
MTTS_ROTATE_TTSCACHE = '168'
# TTS language of reference audio
MTTS_REF_LANG = 'en'
# TTS text of reference audio
MTTS_REF_TEXT = 'Now, I actually do have the perspective of the other Monika, too. And you know, honestly, the side of me that let those insults get to me is kind of frustrated.'
# Name of MTTS deployment device
# MTTS_TTS_NODE = ''
# Username to access nvidia-smi through SSH
# MTTS_TTS_USER = ''
# Password for SSH login
# MTTS_TTS_PWD = ''

# These fields of MAICA are used even for deploying MTTS only:
# MAICA_IS_REAL_ENV (fill manually)
# MAICA_OPENAI_TIMEOUT
# MAICA_DB_ADDR (fill manually)
# MAICA_DB_USER (fill manually)
# MAICA_DB_PASSWORD (fill manually)
# MAICA_AUTH_DB (fill manually)
# MAICA_DATA_DB (fill manually)
# MAICA_F2B_COUNT
# MAICA_F2B_TIME
# MAICA_FULL_RESTFUL
# MAICA_NO_SEND_ERROR
