Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
aiqinxuancai committed May 14, 2024
1 parent 6ed0b07 commit 78bd353
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Due to the lack of a C# version of `cl100k_base` encoding (gpt-3.5-turbo), I have implemented a basic solution with encoding and decoding methods based on the official Rust implementation.

Currently, `cl100k_base` `p50k_base` has been implemented. Other encodings will be added in future submissions. If you encounter any issues or have questions, please feel free to submit them on the `lssues`."
Currently, `o200k_base` `cl100k_base` `p50k_base` has been implemented. Other encodings will be added in future submissions. If you encounter any issues or have questions, please feel free to submit them on the `lssues`."

If you want to use the ChatGPT C# library that integrates this repository and implements context-based conversation, please visit [ChatGPTSharp](https://github.com/aiqinxuancai/ChatGPTSharp).

Expand Down Expand Up @@ -88,6 +88,9 @@ public int TiktokenSharp()

## Update

### 1.1.2 20240514
* Support gpt-4o(o200k_base).

### 1.1.0 20240408
* **Optimize algorithm efficiency**.

Expand Down

0 comments on commit 78bd353

Please sign in to comment.