Increases the max_tokens
default to 2048 (thanks to @marioseixas) and fixes an issue where CTRL + C could cause unintended program exits when using it to interrupt the stream.
What's Changed
- Set the
max_tokens
default to 4096 by @rikhuijzer and @marioseixas in #26 - Avoid accidental program exits by @rikhuijzer in #28
Full Changelog: v2.0.0...v2.0.1