We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rep_pen
File "C:\AI\talemate\src\talemate\agents\base.py", line 85, in wrapper return await fn(self, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\AI\talemate\src\talemate\agents\narrator.py", line 46, in narration_wrapper response = await fn(self, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\AI\talemate\src\talemate\agents\narrator.py", line 321, in narrate_query response = await Prompt.request( ^^^^^^^^^^^^^^^^^^^^^ File "C:\AI\talemate\src\talemate\prompts\base.py", line 278, in request return await prompt.send(client, kind) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\AI\talemate\src\talemate\prompts\base.py", line 818, in send response = await client.send_prompt(str(self), kind=kind) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\AI\talemate\src\talemate\client\base.py", line 546, in send_prompt response, finalized_prompt = await self.auto_break_repetition( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\AI\talemate\src\talemate\client\base.py", line 662, in auto_break_repetition prompt_param["max_tokens"] += pad_max_tokens ~~~~~~~~~~~~^^^^^^^^^^^^^^ KeyError: 'max_tokens' unhandled=True
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
rep_pen
key errorThe text was updated successfully, but these errors were encountered: