Enable model variables & start working on RAG task
This commit is contained in:
4
scripts/run_eveai_chat_workers.py
Normal file
4
scripts/run_eveai_chat_workers.py
Normal file
@@ -0,0 +1,4 @@
|
||||
from eveai_chat_workers import celery
|
||||
|
||||
if __name__ == '__main__':
|
||||
celery.start()
|
||||
Reference in New Issue
Block a user