Skip to content

Commit

Permalink
fix(groq): use credential-supported model in example (#752)
Browse files Browse the repository at this point in the history
Because

- The example model in the `groq` component (the one that will appear
when adding a new component in the editor) doesn't support Instill
Credentials (i.e. it requires a custom `setup.api-key`.

This commit

- Shows by default a model that supports credentials.
- Part of INS-6643
  • Loading branch information
jvallesm authored Oct 17, 2024
1 parent d4083c2 commit fc90435
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/component/ai/groq/v0/config/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@
"gemma2-9b-it",
"gemma-7b-it"
],
"example": "llama-3.1-8b-instant",
"example": "llama3-8b-8192",
"description": "The OSS model to be used",
"instillAcceptFormats": [
"string"
Expand Down

0 comments on commit fc90435

Please sign in to comment.