Skip to content

bug in process_fn

Latest

Choose a tag to compare

@LebToki LebToki released this 20 Nov 20:05
· 5 commits to main since this release

Staged the fix to bot.py
Committed with a descriptive message
Pulled remote changes (merged a README.md update)
Pushed to the remote repository
The bug where process_fn was trying to slice a streaming iterator is resolved by explicitly using generate_together to return a string response.