Results 3 comments of Sean Temple

Refer to this link: https://github.com/WongSaang/chatgpt-ui/issues/248#issuecomment-1884848935 And see if any of those changes help. (Primarily making sure the llm receives a valid api key).

Having issues uploading any type of document. Console might have it boiled down to undefined call to 'tool' TypeError, but can not isolate where the error is coming from exactly....

I found a solution for me: Had to make sure that the **python manage.py collectstatic** was properly making the static files in /app/static/ for production (which you can check the...