CyberTimon / Powerpointer-For-Local-LLMs

Local Powerpointer - A beautiful powerpoint generator which uses the power of local running large language models to generate the powerpoint slides.
Apache License 2.0
182 stars 30 forks source link

ERROR #3

Closed wangyanquan closed 1 year ago

wangyanquan commented 1 year ago

requests.exceptions.ConnectionError: HTTPConnectionPool(host='localhost', port=5000): Max retries exceeded with url: /api/v1/generate (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7ff4af6e6640>: Failed to establish a new connection: [Errno 111] Connection refused'))

CyberTimon commented 1 year ago

Hello

It seems like the powerpoint generator can't connect to your oobabooga text-generation-webui installation. Please make sure you started oobabooga with --api and the text generation works. When it still doesn't work make sure that the address and the port of the text-generation-webui matches.

Kind regards, Timon Käch

CyberTimon commented 1 year ago

I'm closing this now - feel free to reopen it if the issue still appears.