gpt-tokenizer icon indicating copy to clipboard operation
gpt-tokenizer copied to clipboard

JavaScript BPE Tokenizer Encoder Decoder for OpenAI's GPT-2 / GPT-3 / GPT-4. Port of OpenAI's tiktoken with additional features.

Results 24 gpt-tokenizer issues
Sort by recently updated
recently updated
newest added

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Rate-Limited These updates are currently rate-limited. Click on a checkbox below to force...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@niieani/scaffold](https://togithub.com/niieani/scaffold) | [`^1.7.1` -> `^1.7.25`](https://renovatebot.com/diffs/npm/@niieani%2fscaffold/1.7.1/1.7.25) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@niieani%2fscaffold/1.7.25?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [yarn](https://togithub.com/yarnpkg/berry) ([source](https://togithub.com/yarnpkg/berry/tree/HEAD/packages/yarnpkg-cli)) | [`3.5.0` -> `3.8.2`](https://renovatebot.com/diffs/npm/yarn/3.5.0/3.8.2) |...

I tried to follow sample usage, but the line `encodeChat(messages)` is returning this warning in VS Code: ``` [{ ... "message": "Argument of type '{ role: string; content: string; }[]'...

As you may know, function calls are now supported by OpenAI, and the function call tokens will be taken into account. With some googling, I found the calculation [here](https://community.openai.com/t/how-to-calculate-the-tokens-when-using-function-call/266573/5). It...

Hello, I'm using the following: ``` import { encode, isWithinTokenLimit } from 'gpt-tokenizer/model/text-davinci-003'; ``` which seems to slow down the initialization, enough that I can't deploy to cloudflare workers with...

Hello. The new -vision model lets you pass images (which end up as tokens). To properly calculate token use for my stuff, I'd need to be able to pass my...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://togithub.com/actions/checkout) | action | major | `v3` -> `v4` | ---...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [yarn](https://togithub.com/yarnpkg/berry) ([source](https://togithub.com/yarnpkg/berry/tree/HEAD/packages/yarnpkg-cli)) | [`3.5.0` -> `3.5.1`](https://renovatebot.com/diffs/npm/yarn/3.5.0/3.5.1) |...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [tsx](https://togithub.com/privatenumber/tsx) | [`^3.12.7` -> `^3.12.10`](https://renovatebot.com/diffs/npm/tsx/3.12.7/3.12.10) | [![age](https://developer.mend.io/api/mc/badges/age/npm/tsx/3.12.10?slim=true)](https://docs.renovatebot.com/merge-confidence/)...