[Issue] --no-stream enters pdb breakpoint
When using the `--no-stream` flag found on the documentation, I'm getting caught in a breakpoint:
```bash
$ llm -m l31i 'Five great names for a pet lemur' --no-stream
> /Users/lucasqueiroz/.local/share/uv/tools/llm/lib/python3.14/site-packages/llm_gguf.py(297)execute()
-> breakpoint()
(Pdb) q
Quitting pdb will kill the process. Quit anyway? [y/n] y
```
`llm, version 0.31`
I couldn't find any related issues about this in the repository. Am I doing something wrong? Should I have configured it somehow?
Thanks
1 条评论