mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-06 13:22:12 +00:00
Support Llama 3 and Improve Offline Chat Actors (#724)
- Add support for Llama 3 in Khoj offline mode - Make chat actors generate valid json with more local models - Fix offline chat actor tests
This commit is contained in:
@@ -64,7 +64,7 @@ dependencies = [
|
||||
"pymupdf >= 1.23.5",
|
||||
"django == 4.2.10",
|
||||
"authlib == 1.2.1",
|
||||
"llama-cpp-python == 0.2.56",
|
||||
"llama-cpp-python == 0.2.64",
|
||||
"itsdangerous == 2.1.2",
|
||||
"httpx == 0.25.0",
|
||||
"pgvector == 0.2.4",
|
||||
|
||||
Reference in New Issue
Block a user