mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-23 15:38:55 +01:00
Retain desktop builds for 3 days to allow user tests
Upgrade minimum tiktoken version to work for encoding gpt4
This commit is contained in:
parent
26bddcb65c
commit
84d774ea34
2 changed files with 2 additions and 2 deletions
2
.github/workflows/build_desktop.yml
vendored
2
.github/workflows/build_desktop.yml
vendored
|
@ -110,4 +110,4 @@ jobs:
|
|||
with:
|
||||
name: khoj_dev_amd64.${{matrix.extension}}
|
||||
path: dist/khoj_dev_amd64.${{matrix.extension}}
|
||||
retention-days: 1
|
||||
retention-days: 3
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue