Skip to content

Commit

Permalink
Merge pull request #1 from ChasmNetwork/hotfix/model-update
Browse files Browse the repository at this point in the history
Update to gemma2-9b-it
  • Loading branch information
rekttdoteth authored Jul 23, 2024
2 parents 7bd9e2d + 5f8ea8a commit ddf19ef
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 ddf19ef

Please sign in to comment.