Skip to content

Commit

Permalink
Update to gemma2-9b-it
Browse files Browse the repository at this point in the history
  • Loading branch information
rekttdoteth authored Jul 23, 2024
1 parent 6dc3f00 commit 5f8ea8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/test_groq_query.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 5f8ea8a

Please sign in to comment.