Skip to content

Commit

Permalink
%q unsupported
Browse files Browse the repository at this point in the history
  • Loading branch information
C-Pro committed Sep 8, 2024
1 parent a36b160 commit 5dc3539
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot/skills/towel_mode.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ def is_worthy(text: str) -> bool:
presence_penalty=0.6,
)

logger.info("text: %q is %s", text, response.choices[0].message.content)
logger.info("text: %s is %s", text, response.choices[0].message.content)

return response.choices[0].message.content == "worthy"

Expand Down

0 comments on commit 5dc3539

Please sign in to comment.