Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/GPT3Discord/commit/d935845f275c4e66213436f5ac05df7be1b92767
You should set ROOT_URL correctly, otherwise the web may not work correctly.
2 changed files with
2 additions and
2 deletions
@ -177,7 +177,7 @@ class DrawDallEService(discord.Cog, name="DrawDallEService"):
)
)
redo_users [ user_id ] = RedoUser ( prompt , ctx , ctx , result_messag e)
redo_users [ user_id ] = RedoUser ( prompt = prompt , message = ctx , ctx = ctx , response = response_message , instruction = None , codex = Fals e)
self . converser_cog . users_to_interactions [ user_id ] . append (
response_message . id
@ -124,7 +124,7 @@ class ImgPromptOptimizer(discord.Cog, name="ImgPromptOptimizer"):
)
self . converser_cog . redo_users [ user . id ] = RedoUser (
final_prompt, ctx , ctx , response _message
prompt= final_prompt, message = ctx , ctx = ctx , response = response _message, instruction = None , codex = False
)
self . converser_cog . redo_users [ user . id ] . add_interaction ( response_message . id )
await response_message . edit (