mirror of
https://github.com/khoj-ai/khoj.git
synced 2025-02-17 08:04:21 +00:00
Pin gpt4all to 1.0.12 as next version will introduce breaking changes
This commit is contained in:
parent
1a9023d396
commit
90e1d9e3d6
1 changed files with 2 additions and 2 deletions
|
@ -59,8 +59,8 @@ dependencies = [
|
|||
"bs4 >= 0.0.1",
|
||||
"anyio == 3.7.1",
|
||||
"pymupdf >= 1.23.3",
|
||||
"gpt4all >= 1.0.12; platform_system == 'Linux' and platform_machine == 'x86_64'",
|
||||
"gpt4all >= 1.0.12; platform_system == 'Windows' or platform_system == 'Darwin'",
|
||||
"gpt4all == 1.0.12; platform_system == 'Linux' and platform_machine == 'x86_64'",
|
||||
"gpt4all == 1.0.12; platform_system == 'Windows' or platform_system == 'Darwin'",
|
||||
]
|
||||
dynamic = ["version"]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue