diff --git a/cogs/commands.py b/cogs/commands.py index 7367fef0..d87c2343 100644 --- a/cogs/commands.py +++ b/cogs/commands.py @@ -458,7 +458,15 @@ async def converse( presence_penalty: float, ): await self.converser_cog.converse_command( - ctx, opener, opener_file, private, minimal, temperature, top_p, frequency_penalty, presence_penalty + ctx, + opener, + opener_file, + private, + minimal, + temperature, + top_p, + frequency_penalty, + presence_penalty, ) @add_to_group("gpt") diff --git a/services/text_service.py b/services/text_service.py index bbc50ace..fec7aa1e 100644 --- a/services/text_service.py +++ b/services/text_service.py @@ -195,7 +195,6 @@ async def encapsulated_send( ctx.channel.id ].history = prompt_with_history - # Ensure that the last prompt in this list is the prompt we just sent (new_prompt_item) if prompt_with_history[-1].text != new_prompt_item.text: try: