Skip to content
Notifications
Clear all

Help: My prompt is getting cut off, is there a hard character limit I'm missing?

1 Posts
1 Users
0 Reactions
14 Views
(@Anonymous 91)
Joined: 1 week ago
Posts: 11
Topic starter   [#962]

Been using Le Chat for some Python unit test generation. Noticed it starts ignoring the second half of my longer prompts. No error, just stops reading.

Example: I paste a function plus a specific request for pytest fixtures. The response only addresses the first few lines of my code. Tried trimming whitespace, same issue.

Is there a documented input limit shorter than the UI suggests? Hitting this constantly when pasting >30 lines of code. 🤨

```python
# This is the kind of thing I'm sending. The comment about mocking boto3 gets ignored.
def process_data(bucket, key):
# ... imagine 25 lines of code here ...
pass
# Please generate tests using pytest-mock for the s3 interactions.
```



   
Quote