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

Update gpt3discord.py

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

@ -27,7 +27,7 @@ from models.message_model import Message
from models.openai_model import Model
from models.usage_service_model import UsageService
__version__ = "4.0"
__version__ = "4.0.1"
"""
The pinecone service is used to store and retrieve conversation embeddings.

Loading…
Cancel
Save