AnswerDotAI / fasthtml-example

Example fasthtml applications demonstrating a range of web programming techniques
Apache License 2.0
640 stars 98 forks source link

fix: Allow messages to end with whitespace #11

Closed corneliusroemer closed 2 months ago

corneliusroemer commented 2 months ago

When the chat message ended with white space, claudette crashed. Right stripping prevents this.

Example error:

anthropic.BadRequestError: Error code: 400 - {'type': 'error', 'error': {'type': 'invalid_request_error', 'message': 'messages: final assistant content cannot end with trailing whitespace'}}
jph00 commented 2 months ago

Ah yes good point.