mak448a / AI-Drawing-Chatbot

An image generator Discord bot written in Python with no GPU requirement! It can be easily deployed to your favorite VPS for hosting.
MIT License
28 stars 5 forks source link

RuntimeError: Failed to download https://poe.com too many times. #66

Closed mak448a closed 1 year ago

mak448a commented 1 year ago

Describe the bug

RuntimeError: Failed to download https://poe.com too many times.

To Reproduce Steps to reproduce the behavior:

  1. Run the app with sh run.sh

Expected behavior The program runs

Desktop (please complete the following information):

mak448a commented 1 year ago

There's an issue upstream: ading2210/poe-api/issues/218

mak448a commented 1 year ago

Workaround: Set model to GPT4All in config.json

Like this:

{
  "chatbot": true,
  "model": "GPT4All",
  "loading_gif": "https://tenor.com/view/loading-gif-9212724",
  "sync": true
}

Or you could disable the chatbot altogether

mak448a commented 1 year ago

68