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

TokenCount performance issues #580

Merged
merged 1 commit into from
Nov 7, 2023
Merged

TokenCount performance issues #580

merged 1 commit into from
Nov 7, 2023

Commits on Nov 7, 2023

  1. We encountered some performance issues and implemented the following …

    …fix. We updated the TokenUtils class within the Skills Web API to address these issues. A newly-introduced tokenizer has been implemented for encoding text, which significantly improves the efficiency of the TokenCount method. As a result of this change, the performance of the token counting operations has been enhanced, ensuring more accurate and faster responses for users.
    JohanYman committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    d403a02 View commit details
    Browse the repository at this point in the history