1
0
mirror of https://github.com/MarkParker5/STARK.git synced 2024-11-24 08:12:13 +02:00
STARK/config.example.py
MarkParker5 585aefa5f4 offline realtime speech recognition
new Controls flow in progress
2021-12-04 01:27:10 +02:00

21 lines
512 B
Python

import pathlib
path = str(pathlib.Path(__file__).parent.absolute())
del pathlib
telebot = '12345678:token'
goole_tts_json_key = path+'google-cloud-text-to-speech-private-key.json'
db_name = 'archie.db'
vosk_model = 'model-small-rus' # from alphacephei.com/vosk/models
double_clap_activation = False
names = ['арчи', 'archie']
#################################################
# Django
django_secret_key = '-----123456789-----'
django_debug = True
django_allowed_hosts = []