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:
Debanjum
2024-04-25 14:00:56 +05:30
committed by GitHub
4 changed files with 22 additions and 30 deletions

View File

@@ -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",