Enable model variables & start working on RAG task

This commit is contained in:
Josako
2024-05-25 20:17:02 +02:00
parent e483d6cf90
commit ce91323dc9
15 changed files with 340 additions and 46 deletions

View File

@@ -0,0 +1,4 @@
from eveai_chat_workers import celery
if __name__ == '__main__':
celery.start()