forked from React-Group/interstellar_ai
Compare commits
2 commits
588cc98db5
...
54817a89ea
Author | SHA1 | Date | |
---|---|---|---|
54817a89ea | |||
d2d8044f17 |
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 = 4096
|
self.crypt_size = 128
|
||||||
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