This website works better with JavaScript
Home
Explore
Project
Register
Sign In
python
/
tiktoken
Watch
3
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
Update 'README.md'
天问
11 months ago
parent
9315d751ba
commit
15a7c61bb6
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
README.md
+ 1
- 1
README.md
View File
@@ -17,7 +17,7 @@ tokens = tokenizer.tokenize(text)
print(tokens)
```
-
+
编码解码:
```
import tiktoken