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.
2 parents d7f0a1d + 18b1bd6 commit 3094c04Copy full SHA for 3094c04
pythonforandroid/recipes/tiktoken/__init__.py
@@ -0,0 +1,11 @@
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()
0 commit comments