mukulpatnaik / researchgpt

A LLM based research assistant that allows you to have a conversation with a research paper
https://www.dara.chat
MIT License
3.55k stars 340 forks source link

excess load #70

Closed phiiil69 closed 11 months ago

phiiil69 commented 1 year ago

Did someone solved this issue (I'm running localy and when adding https it doent work at all):

Error: Processing the pdf failed due to excess load. Please try again later. Check the URL if there is https:// at the beginning. If not, add it

INFO: Uvicorn running on http://127.0.0.1:8000 (Press CTRL+C to quit) INFO: Started reloader process [2504] using StatReload INFO: Started server process [15248] INFO: Waiting for application startup. INFO: Application startup complete. INFO: 127.0.0.1:62220 - "GET / HTTP/1.1" 200 OK INFO: 127.0.0.1:62220 - "GET /favicon.ico HTTP/1.1" 404 Not Found Processing pdf d89b1f5115a172f29a1587947267f2 INFO: 127.0.0.1:62221 - "POST /process_pdf HTTP/1.1" 500 Internal Server Error ERROR: Exception in ASGI application

Regards