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

Griptape Agent Config: Anthropic Drivers

Anthropic Structure Config. Use Anthropic's models for prompt and image query.

By griptape-ai·Created 2 years ago·Updated about a year ago· 238
Griptape Agent Config: Anthropic Drivers
    • CONFIG
    prompt_model_commentPrompt Driver
    modelclaude-3-5-sonnet-latest
    max_attempts_on_fail2
    temperature0.10
    seed10342349342
    use_native_toolstrue
    max_tokens-1
    top_k250
    api_key_env_varANTHROPIC_API_KEY
    top_p1.00
    CategoryGriptape/Agent Configs

    Inputs (10)

    NameTypeDefaultDescription
    prompt_model_commentoptSTRINGPrompt Driver
    modeloptCOMBOclaude-3-5-sonnet-latestSelect the model you want to use from the available options.
    max_attempts_on_failoptINT21–100Maximum attempts on failure
    temperatureoptFLOAT0.100–1Temperature for sampling
    seedoptINT10342349342Seed for random number generation
    use_native_toolsoptBOOLEANtrueUse native tools for the LLM.
    max_tokensoptINT-1Maximum tokens to generate. If <=0, it will use the default based on the tokenizer.
    top_koptINT2500–500Limits the number of tokens considered for each step of the generation. Prevents the model from focusing too narrowly on the top choices.
    api_key_env_varoptSTRINGANTHROPIC_API_KEYEnter the name of the environment variable for your ANTHROPIC_API_KEY key, not your actual key.
    top_poptFLOAT1.000–1Controls the cumulative probability distribution cutoff. The model will only consider the top p% most probable tokens.

    Outputs (1)

    NameTypeDescription
    CONFIGCONFIG