Nodes/ComfyUI Griptape Nodes/Griptape Agent Config: Azure OpenAI Drivers
ComfyUI Node

Griptape Agent Config: Azure OpenAI Drivers

Azure OpenAI Structure Config. Requires AZURE_OPENAI_ENDPOINT_3 and AZURE_OPENAI_API_KEY_3

By griptape-ai·Created 2 years ago·Updated about a year ago· 238
Griptape Agent Config: Azure OpenAI Drivers
    • CONFIG
    prompt_model_commentPrompt Driver
    modelgpt-4o
    max_attempts_on_fail2
    temperature0.10
    seed10342349342
    use_native_toolstrue
    max_tokens-1
    deployment_namegpt-4o
    response_formatdefault
    endpoint_env_varAZURE_OPENAI_ENDPOINT
    api_key_env_varAZURE_OPENAI_API_KEY
    image_generation_model_commentImage Generation Driver
    image_generation_modeldall-e-3
    image_deployment_namedall-e-3
    size1024x1024
    image_endpoint_env_varAZURE_OPENAI_DALL_E_3_ENDPOINT
    image_api_key_env_varAZURE_OPENAI_DALL_E_3_API_KEY
    embedding_model_commentEmbedding Driver
    embedding_modeltext-embedding-3-small
    CategoryGriptape/Agent Configs

    Inputs (19)

    NameTypeDefaultDescription
    prompt_model_commentoptSTRINGPrompt Driver
    modeloptCOMBOgpt-4o4 options: gpt-4o, gpt-4, gpt-3.5-turbo-16k, gpt-3.5-turbo
    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.
    deployment_nameoptSTRINGgpt-4o
    response_formatoptCOMBOdefault2 options: default, json_object
    endpoint_env_varoptSTRINGAZURE_OPENAI_ENDPOINTEnter the name of the environment variable for AZURE_OPENAI_ENDPOINT, not the actual endpoint.
    api_key_env_varoptSTRINGAZURE_OPENAI_API_KEYEnter the name of the environment variable for AZURE_OPENAI_API_KEY, not the actual API key.
    image_generation_model_commentoptSTRINGImage Generation Driver
    image_generation_modeloptCOMBOdall-e-3Select the model for image generation.
    image_deployment_nameoptSTRINGdall-e-3Enter the deployment name for the image generation model.
    sizeoptCOMBO1024x1024Select the size of the generated image.
    image_endpoint_env_varoptSTRINGAZURE_OPENAI_DALL_E_3_ENDPOINTEnter the name of the environment variable for AZURE_OPENAI_DALL_E_3_ENDPOINT, not the actual endpoint.
    image_api_key_env_varoptSTRINGAZURE_OPENAI_DALL_E_3_API_KEYEnter the name of the environment variable for AZURE_OPENAI_DALL_E_3_API_KEY, not the actual API key.
    embedding_model_commentoptSTRINGEmbedding Driver
    embedding_modeloptCOMBOtext-embedding-3-small3 options: text-embedding-3-small, text-embedding-3-large, text-embedding-ada-002

    Outputs (1)

    NameTypeDescription
    CONFIGCONFIG