Update llama.json

Fixed the default embedding model
This commit is contained in:
Sweaterdog 2025-03-14 12:38:50 -07:00 committed by GitHub
parent 6dc646e9c2
commit 1f89cd8f47
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,6 +5,6 @@
"max_tokens": 4000,
"embedding": "google"
"embedding": "openai"
}
}