ComfyUI Node
AuK OpenAI Settings_Doc
OpenAI-compatible Chat Completions settings for Prompt Enhancer. This node does not send requests.
AuK OpenAI Settings_Doc
- llm_config
◄base_urlhttps://api.openai.com/v1►
◄api_key►
◄model►
◄temperature0.00►
◄top_p1.00►
◄max_tokens4096►
◄timeout_sec120►
CategoryAuK_Doc
Inputs (7)
| Name | Type | Default | Description |
|---|---|---|---|
| base_url | STRING | https://api.openai.com/v1 | API base URL, usually ending in /v1. A trailing /chat/completions is removed automatically. |
| api_key | STRING | API key. Leave blank for a local server without authentication. | |
| model | STRING | Model ID provided by your service. | |
| temperature | FLOAT | 0.000–2 | — |
| top_p | FLOAT | 1.000.01–1 | — |
| max_tokens | INT | 40961–131072 | — |
| timeout_sec | INT | 1201–3600 | — |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| llm_config | AUK_LLM_CONFIG_Doc | — |