From 1f89cd8f472dfbca50a8ed24f05f8e7a89db1ed3 Mon Sep 17 00:00:00 2001 From: Sweaterdog Date: Fri, 14 Mar 2025 12:38:50 -0700 Subject: [PATCH] Update llama.json Fixed the default embedding model --- profiles/llama.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/profiles/llama.json b/profiles/llama.json index 5220a5f..2e9cae0 100644 --- a/profiles/llama.json +++ b/profiles/llama.json @@ -5,6 +5,6 @@ "max_tokens": 4000, - "embedding": "google" + "embedding": "openai" -} \ No newline at end of file +}