by dluc · Agent Tool · ★ 101
Last updated: · Indexed by AgentSkillsHub · Auto-synced every 8h
GPT Tokenizer .NET / C# When using OpenAI GPT, you may need to know how many tokens your code is using for various purposes, such as estimating costs and improving results. The C# class can help you count tokens in your prompts and in the responses received. The tokenizer uses a byte-pair encoding (BPE) algorithm to split words into subwords based on frequency and merges rules. It can handle out-of-vocabulary words, punctuation, and special tokens. The result of this library is compatible with OpenAI GPT tokenizer that you can also test here. Installation Install AI.Dev.OpenAI.GPT NuGet package from nuget.org, e.g.: dotnet add package AI.Dev.OpenAI.GPT --version 1.0.2 or NuGet\Install-Package AI.Dev.OpenAI.GPT -Version 1.0.2 Python and Node.js If you are looking for an equivalent solution in other languages: Python GPT tokenizer Node.js GPT encoder Licensing This library is licensed CC0, in the public domain. Yo
| Stars | 101 |
| Forks | 14 |
| Language | C# |
| Category | Agent Tool |
| License | CC0-1.0 |
| Quality Score | 63.6020376912277/100 |
| Open Issues | 5 |
| Last Updated | 2023-05-04 |
| Created | 2022-10-17 |
| Platforms | dotnet |
| Est. Tokens | ~48k |
Looking for a openai-tools alternative? If you're comparing openai-tools with other agent tool tools, these 6 projects are the closest alternatives on Agent Skills Hub — ranked by topic overlap, star count, and community traction.
Open source chat kit engineered for seamless interaction with AI models.
Why juggle 6 AI tools? AI Gate does it. No API keys. A single gateway to ChatGPT, Gemini, Claude, Grok, Perple
📦️ A repository of OpenAI tools and resources to help developers more easily use OpenAI technologies and ser
Web Application that can generate code and fix bugs and run using various LLM's (GPT,Gemini,PALM)
Ready-to-run examples showing NoPII PII protection with OpenAI, Anthropic, LangChain, LlamaIndex, and more
🤖 Agentfy is a modular microservices architecture designed to process user requests and execute workflows acr
Explore other popular agent tool tools:
openai-tools is A collection of tools for working with OpenAI. It is categorized as a Agent Tool with 101 GitHub stars.
openai-tools is primarily written in C#. It covers topics such as gpt-3, gpt3, openai.
You can find installation instructions and usage details in the openai-tools GitHub repository at github.com/dluc/openai-tools. The project has 101 stars and 14 forks, indicating an active community.
openai-tools is released under the CC0-1.0 license, making it free to use and modify according to the license terms.
The top alternatives to openai-tools on Agent Skills Hub include unsaged, ai-gate, openai-toolbox. Each offers a different approach to the same problem space — compare them side-by-side by stars, quality score, and community activity.