Retain desktop builds for 3 days to allow user tests

Upgrade minimum tiktoken version to work for encoding gpt4
This commit is contained in:
Debanjum Singh Solanky
2023-08-08 23:00:40 -07:00
parent 26bddcb65c
commit 84d774ea34
2 changed files with 2 additions and 2 deletions

View File

@@ -42,7 +42,7 @@ dependencies = [
"fastapi == 0.77.1",
"jinja2 == 3.1.2",
"openai >= 0.27.0",
"tiktoken >= 0.3.0",
"tiktoken >= 0.3.2",
"tenacity >= 8.2.2",
"pillow == 9.3.0",
"pydantic >= 1.10.10",