forked from React-Group/interstellar_ai
after changing the description file to a more modest 128 random chars it works flawlessly
This commit is contained in:
parent
553f316953
commit
d2d8044f17
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ from tts import TTS
|
|||
|
||||
class API:
|
||||
def __init__(self):
|
||||
self.crypt_size = 4096
|
||||
self.crypt_size = 128
|
||||
self.app = Flask(__name__)
|
||||
self.ai_response = {}
|
||||
self.ai = AI()
|
||||
|
|
Loading…
Reference in a new issue