Fix input error

This commit is contained in:
Nexus 2024-01-09 14:54:53 +00:00
parent 218ee6f802
commit 9407e5cf59

View file

@ -109,6 +109,7 @@ class Ollama(commands.Cog):
query = modal.user_prompt
if not modal.user_prompt:
return
await ctx.respond(embed=discord.Embed(description="Loading..."))
system_prompt = modal.system_prompt or system_prompt
else:
await ctx.defer()