orhanerday / open-ai

OpenAI PHP SDK : Most downloaded, forked, contributed, huge community supported, and used PHP (Laravel , Symfony, Yii, Cake PHP or any PHP framework) SDK for OpenAI GPT-3 and DALL-E. It also supports chatGPT-like streaming. (ChatGPT AI is supported)

Home Page:https://orhanerday.gitbook.io/openai-php-api-1/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Question: Does anybody know a good token count package for PHP?

inpresif opened this issue · comments

Describe the feature or improvement you're requesting

At thispoint we just divide the number of words by .75 to get the estimate, but a "real" script like tiktoken e.g. would be helpful. I did not come across one anywhere, does one exist?

If there is one, we're looking forward to using it and perhaps it will help your package as well?

Additional context

It would help give an estimate of tokens to our end users so they know what's about to get charged by OpenAI.

I can only bind the api references to the package