forked from React-Group/interstellar_ai
Compare commits
2 commits
8fb6ba8f59
...
732eacade6
Author | SHA1 | Date | |
---|---|---|---|
732eacade6 | |||
f816af99a3 |
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 = 128
|
||||
self.crypt_size = 64
|
||||
self.app = Flask(__name__)
|
||||
self.ai_response = {}
|
||||
self.ai = AI()
|
||||
|
|
Loading…
Reference in a new issue