From 5f8ea8a3ad5ff6b73113be52973bab8a364f5ea8 Mon Sep 17 00:00:00 2001 From: Rektt Date: Tue, 23 Jul 2024 11:24:59 +0800 Subject: [PATCH] Update to gemma2-9b-it --- script/test_groq_query.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/test_groq_query.sh b/script/test_groq_query.sh index 3446cd1..419bb73 100755 --- a/script/test_groq_query.sh +++ b/script/test_groq_query.sh @@ -19,5 +19,5 @@ fi curl -X POST \ -H "Content-Type: application/json" \ -H "Authorization: Bearer $WEBHOOK_API_KEY" \ - -d '{"body":"{\"model\":\"gemma-7b-it\",\"messages\":[{\"role\":\"system\",\"content\":\"You are a helpful assistant.\"}]}"}' \ + -d '{"body":"{\"model\":\"gemma2-9b-it\",\"messages\":[{\"role\":\"system\",\"content\":\"You are a helpful assistant.\"}]}"}' \ $WEBHOOK_URL