ComfyUI Node
Griptape Agent Config: Groq Drivers
Groq Driver Configs. Groq requires a GROQ_API_KEY available at https://console.groq.com
Griptape Agent Config: Groq Drivers
- CONFIG
◄prompt_model_commentPrompt Driver►
◄modelgemma2-9b-it►
◄max_attempts_on_fail2►
◄temperature0.10►
◄seed10342349342►
◄use_native_toolstrue►
◄max_tokens-1►
◄min_p0.10►
◄response_formatdefault►
◄api_key_env_varGROQ_API_KEY►
◄audio_transcription_model_commentAudio Transcription Driver►
◄audio_transcription_modelwhisper-large-v3-turbo►
CategoryGriptape/Agent Configs
Inputs (12)
| Name | Type | Default | Description |
|---|---|---|---|
| prompt_model_commentopt | STRING | Prompt Driver | — |
| modelopt | COMBO | gemma2-9b-it | The model to use for the chat prompt. |
| max_attempts_on_failopt | INT | 21–100 | Maximum attempts on failure |
| temperatureopt | FLOAT | 0.100–1 | Temperature for sampling |
| seedopt | INT | 10342349342 | Seed for random number generation |
| use_native_toolsopt | BOOLEAN | true | Whether to use native tools. |
| max_tokensopt | INT | -1 | Maximum tokens to generate. If <=0, it will use the default based on the tokenizer. |
| min_popt | FLOAT | 0.100–1 | Minimum probability for sampling. Lower values will be more random. |
| response_formatopt | COMBO | default | Format of the response |
| api_key_env_varopt | STRING | GROQ_API_KEY | Enter the name of the environment variable that contains the API key, not the API key itself. |
| audio_transcription_model_commentopt | STRING | Audio Transcription Driver | — |
| audio_transcription_modelopt | COMBO | whisper-large-v3-turbo | Select the audio transcription model to use. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| CONFIG | CONFIG | — |