forked from React-Group/interstellar_ai
Compare commits
No commits in common. "54817a89ead91aeaa6aeac5ec712cae9a6adf0ab" and "588cc98db593b662c604bf12b143f7433140bd69" have entirely different histories.
54817a89ea
...
588cc98db5
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 = 4096
|
||||||
self.app = Flask(__name__)
|
self.app = Flask(__name__)
|
||||||
self.ai_response = {}
|
self.ai_response = {}
|
||||||
self.ai = AI()
|
self.ai = AI()
|
||||||
|
|
Loading…
Add table
Reference in a new issue