You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
newlines are incorrectly handled by this library with llama2 provider.
if stream is off: no newlines will ever appear.
if stream is on: the ai response will repeat itself a bunch of times in random places, causing issues with character limits
this could be fixed.
The text was updated successfully, but these errors were encountered:
as it stands right now, the latest version (0.5.1) does not contain this hotfix as it was released a few commits before this hotfix was pushed out. you might want to re-release 0.5.1 or make a new release 0.5.2 to fix that issue properly.
newlines are incorrectly handled by this library with llama2 provider.
if stream is off: no newlines will ever appear.
if stream is on: the ai response will repeat itself a bunch of times in random places, causing issues with character limits
this could be fixed.
The text was updated successfully, but these errors were encountered: