Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/GPT3Discord/commit/46a2c56b22c553b9d4a24af68de048b7229eb45b You should set ROOT_URL correctly, otherwise the web may not work correctly.

Merge branch 'main' into redo-fixes

Signed-off-by: Kaveen Kumarasinghe <k5kumara@uwaterloo.ca>
Kaveen Kumarasinghe 2 years ago committed by GitHub
commit 46a2c56b22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -32,6 +32,7 @@ from models.openai_model import Model
__version__ = "8.6"
PID_FILE = Path("bot.pid")
PROCESS = None

Loading…
Cancel
Save