-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't found the app #14
Comments
using command: celery -A config worker --loglevel=info to get the model. But this another issue that: django.core.exceptions.ImproperlyConfigured: AUTH_USER_MODEL refers to model 'users.User' that has not been installed I am trying to compile your main branch. |
Hey there. I think we are trying to do the same thing. Myself and a data engineer are working on a similar product to commercialise. We currently both work for a unicorn and are looking for collaborators on this side project. Please let me know if you want to talk ;) 😉 |
Sorry for the issue |
Thank you. Could you provide any tip for the compile? Is the main branch work? |
yes it's work. |
Great, Thank you. Looking for it. |
Thanks for your patience. |
Hi,
I am following your instruction to run the source code. But here is an issue:
celery -A customizableGpt3Chatbot worker --loglevel=info
Usage: celery [OPTIONS] COMMAND [ARGS]...
Try 'celery --help' for help.
Error: Invalid value for '-A' / '--app':
Unable to load celery application.
The module customizableGpt3Chatbot was not found.
Anything wrong for me? Thank you.
The text was updated successfully, but these errors were encountered: