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

Griptape Agent Config: Cohere Drivers

OpenAI Structure Config. Use OpenAI's models for prompt, embedding, image generation, and image query.

By griptape-ai·Created 2 years ago·Updated about a year ago· 238
Griptape Agent Config: Cohere Drivers
    • CONFIG
    prompt_model_commentPrompt Driver
    modelcommand-r-plus
    max_attempts_on_fail2
    seed10342349342
    use_native_toolstrue
    max_tokens-1
    min_p0.10
    top_k40
    cohere_api_key_env_varCOHERE_API_KEY
    embedding_model_commentEmbedding Driver
    embedding_modelembed-english-v3.0
    input_typessearch_query
    CategoryGriptape/Agent Configs

    Inputs (12)

    NameTypeDefaultDescription
    prompt_model_commentoptSTRINGPrompt Driver
    modeloptCOMBOcommand-r-plusSelect the Cohere model to use.
    max_attempts_on_failoptINT21–100Maximum attempts on failure
    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.
    min_poptFLOAT0.100–1Minimum probability for sampling. Lower values will be more random.
    top_koptINT40Top k for sampling. Lower values are more deterministic.
    cohere_api_key_env_varoptSTRINGCOHERE_API_KEYEnvironment variable name for the Cohere API key. Do not enter your actual API key.
    embedding_model_commentoptSTRINGEmbedding Driver
    embedding_modeloptCOMBOembed-english-v3.0Select the embedding model to use.
    input_typesoptCOMBOsearch_querySelect the type of input for embedding.

    Outputs (1)

    NameTypeDescription
    CONFIGCONFIG