Nodes/ComfyUI Griptape Nodes/Griptape Agent Config: Groq Drivers
ComfyUI Node

Griptape Agent Config: Groq Drivers

Groq Driver Configs. Groq requires a GROQ_API_KEY available at https://console.groq.com

By griptape-ai·Created 2 years ago·Updated about a year ago· 238
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)

    NameTypeDefaultDescription
    prompt_model_commentoptSTRINGPrompt Driver
    modeloptCOMBOgemma2-9b-itThe model to use for the chat prompt.
    max_attempts_on_failoptINT21–100Maximum attempts on failure
    temperatureoptFLOAT0.100–1Temperature for sampling
    seedoptINT10342349342Seed for random number generation
    use_native_toolsoptBOOLEANtrueWhether to use native tools.
    max_tokensoptINT-1Maximum tokens to generate. If <=0, it will use the default based on the tokenizer.
    min_poptFLOAT0.100–1Minimum probability for sampling. Lower values will be more random.
    response_formatoptCOMBOdefaultFormat of the response
    api_key_env_varoptSTRINGGROQ_API_KEYEnter the name of the environment variable that contains the API key, not the API key itself.
    audio_transcription_model_commentoptSTRINGAudio Transcription Driver
    audio_transcription_modeloptCOMBOwhisper-large-v3-turboSelect the audio transcription model to use.

    Outputs (1)

    NameTypeDescription
    CONFIGCONFIG