main #55

Merged
YasinOnm08 merged 32 commits from React-Group/interstellar_ai:main into main 2024-10-09 13:33:25 +02:00
Showing only changes of commit f816af99a3 - Show all commits

View file

@ -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()