Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated ollama handler to handle case when multiple tokens are return… #3

Merged
merged 2 commits into from
Nov 6, 2023

Commits on Nov 3, 2023

  1. Updated ollama handler to handle case when multiple tokens are return…

    …ed at the same time
    
    Instead of decoding the entire payload, split it up based on the newline character and parse each one independently
    ronneldavis committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    44971ef View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2023

  1. Update src/handlers/ollama.ts

    zya authored Nov 6, 2023
    Configuration menu
    Copy the full SHA
    598a742 View commit details
    Browse the repository at this point in the history