Skip to content

Commit 88cc5d8

Browse files
authored
Add tiktoken recipe
1 parent d7f0a1d commit 88cc5d8

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
from pythonforandroid.recipe import RustCompiledComponentsRecipe
2+
3+
4+
class TiktokenRecipe(RustCompiledComponentsRecipe):
5+
name = 'tiktoken'
6+
version = '0.7.0'
7+
url = 'https://github.com/openai/tiktoken/archive/refs/tags/{version}.tar.gz'
8+
depends = ['regex','requests']
9+
10+
11+
recipe = TiktokenRecipe()
12+

0 commit comments

Comments
 (0)