???
This commit is contained in:
parent
54817a89ea
commit
f816af99a3
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ from tts import TTS
|
||||||
|
|
||||||
class API:
|
class API:
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
self.crypt_size = 128
|
self.crypt_size = 64
|
||||||
self.app = Flask(__name__)
|
self.app = Flask(__name__)
|
||||||
self.ai_response = {}
|
self.ai_response = {}
|
||||||
self.ai = AI()
|
self.ai = AI()
|
||||||
|
|
Loading…
Reference in a new issue