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

bump version

Kaveen Kumarasinghe 2 years ago
parent 39e8a61dc7
commit acd4d659fc

@ -15,7 +15,7 @@ from models.message_model import Message
from models.openai_model import Model
from models.usage_service_model import UsageService
__version__ = "2.0"
__version__ = "2.0.1"
load_dotenv()
import os

Loading…
Cancel
Save