We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7f0a1d commit 88cc5d8Copy full SHA for 88cc5d8
pythonforandroid/recipes/tiktoken/__init__.py
@@ -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