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

Griptape Agent Config: Ollama Drivers

Ollama Prompt Driver. Use local models with Ollama. Available at https://ollama.com

By griptape-ai·Created 2 years ago·Updated about a year ago· 238
Griptape Agent Config: Ollama Drivers
    • CONFIG
    base_urlhttp://127.0.0.1
    port11434
    prompt_model_commentPrompt Driver
    model
    max_attempts_on_fail2
    temperature0.10
    seed10342349342
    use_native_toolstrue
    max_tokens-1
    min_p0.10
    top_k40
    keep_alive240
    embedding_model_commentEmbedding Driver
    embedding_model
    CategoryGriptape/Agent Configs

    Inputs (14)

    NameTypeDefaultDescription
    base_urlSTRINGhttp://127.0.0.1The base URL of the Ollama server
    portSTRING11434The port of the Ollama server
    prompt_model_commentoptSTRINGPrompt Driver
    modeloptSTRINGThe prompt model to use
    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.
    min_poptFLOAT0.100–1Minimum probability for sampling. Lower values will be more random.
    top_koptINT40Top k for sampling. Lower values are more deterministic.
    keep_aliveoptINT240Seconds to keep the connection alive
    embedding_model_commentoptSTRINGEmbedding Driver
    embedding_modeloptSTRINGThe embedding model to use

    Outputs (1)

    NameTypeDescription
    CONFIGCONFIG