forked from React-Group/interstellar_ai
Compare commits
No commits in common. "732eacade6dce499359b954e060908be09e38f1c" and "8fb6ba8f591e6d9d3ef6044336ec101806e16492" have entirely different histories.
732eacade6
...
8fb6ba8f59
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 = 64
|
||||
self.crypt_size = 128
|
||||
self.app = Flask(__name__)
|
||||
self.ai_response = {}
|
||||
self.ai = AI()
|
||||
|
|
Loading…
Reference in a new issue