shamspias / customizable-gpt-chatbot

A dynamic, scalable AI chatbot built with Django REST framework, supporting custom training from PDFs, documents, websites, and YouTube videos. Leveraging OpenAI's GPT-3.5, Pinecone, FAISS, and Celery for seamless integration and performance.
367 stars 80 forks source link

Can't found the app #14

Closed ico0018 closed 1 year ago

ico0018 commented 1 year ago

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.

ico0018 commented 1 year ago

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.

jjones7 commented 1 year ago

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 ;) 😉

shamspias commented 1 year ago

Sorry for the issue There was a bug so updated the code will update README.md soon and also removed previous langchain and rasa code I am updating little by little sorry for the issue.

shamspias commented 1 year ago

@jjones7 @ico0018 Please wait a few days and let me update the basic code then after updating README.md I will be informed here.

ico0018 commented 1 year ago

Thank you. Could you provide any tip for the compile? Is the main branch work?

shamspias commented 1 year ago

yes it's work. I will write instructions how to. until you have to wait please

ico0018 commented 1 year ago

Great, Thank you. Looking for it.

shamspias commented 1 year ago

Thanks for your patience. Readme is updated please check.