ComfyUI Node
Griptape Agent Config: Azure OpenAI Drivers
Azure OpenAI Structure Config. Requires AZURE_OPENAI_ENDPOINT_3 and AZURE_OPENAI_API_KEY_3
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)
| Name | Type | Default | Description |
|---|---|---|---|
| prompt_model_commentopt | STRING | Prompt Driver | — |
| modelopt | COMBO | gpt-4o | 4 options: gpt-4o, gpt-4, gpt-3.5-turbo-16k, gpt-3.5-turbo |
| max_attempts_on_failopt | INT | 21–100 | Maximum attempts on failure |
| temperatureopt | FLOAT | 0.100–1 | Temperature for sampling |
| seedopt | INT | 10342349342 | Seed for random number generation |
| use_native_toolsopt | BOOLEAN | true | Use native tools for the LLM. |
| max_tokensopt | INT | -1 | Maximum tokens to generate. If <=0, it will use the default based on the tokenizer. |
| deployment_nameopt | STRING | gpt-4o | — |
| response_formatopt | COMBO | default | 2 options: default, json_object |
| endpoint_env_varopt | STRING | AZURE_OPENAI_ENDPOINT | Enter the name of the environment variable for AZURE_OPENAI_ENDPOINT, not the actual endpoint. |
| api_key_env_varopt | STRING | AZURE_OPENAI_API_KEY | Enter the name of the environment variable for AZURE_OPENAI_API_KEY, not the actual API key. |
| image_generation_model_commentopt | STRING | Image Generation Driver | — |
| image_generation_modelopt | COMBO | dall-e-3 | Select the model for image generation. |
| image_deployment_nameopt | STRING | dall-e-3 | Enter the deployment name for the image generation model. |
| sizeopt | COMBO | 1024x1024 | Select the size of the generated image. |
| image_endpoint_env_varopt | STRING | AZURE_OPENAI_DALL_E_3_ENDPOINT | Enter the name of the environment variable for AZURE_OPENAI_DALL_E_3_ENDPOINT, not the actual endpoint. |
| image_api_key_env_varopt | STRING | AZURE_OPENAI_DALL_E_3_API_KEY | Enter the name of the environment variable for AZURE_OPENAI_DALL_E_3_API_KEY, not the actual API key. |
| embedding_model_commentopt | STRING | Embedding Driver | — |
| embedding_modelopt | COMBO | text-embedding-3-small | 3 options: text-embedding-3-small, text-embedding-3-large, text-embedding-ada-002 |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| CONFIG | CONFIG | — |