Nodes/ComfyUI_ComfyGroq/GROQ LLM (Advanced)
ComfyUI Node

GROQ LLM (Advanced)

A ComfyUI node in ComfyGroq/Text with 15 inputs and 1 output.

By downlifted·Created 11 months ago·Updated 11 months ago· 0
GROQ LLM (Advanced)
  • context_documents
  • response
api_key
modelllama3-70b-8192
prompt
system_messageYou are a helpful AI assistant with deep knowledge and analytical skills.
conversation_history
temperature0.70
max_tokens1024
top_p0.90
frequency_penalty0.0
presence_penalty0.0
seed-1
format_outputmarkdown
enable_function_callingfalse
stop_sequences
CategoryComfyGroq/Text

Inputs (15)

NameTypeDefaultDescription
api_keySTRINGYour GROQ API key. Leave empty to use GROQ_API_KEY environment variable.
modelCOMBOllama3-70b-8192LLaMA 3 70B: Meta's 70B parameter model, great for complex tasks
promptSTRINGYour input prompt or question
system_messageSTRINGYou are a helpful AI assistant with deep knowledge and analytical skills.System message to guide the model's behavior
conversation_historySTRINGPrevious conversation history (format: 'user: message assistant: response')
temperatureFLOAT0.700–2Lower values make output more deterministic, higher more creative
max_tokensINT10241–8192Maximum number of tokens to generate
top_pFLOAT0.900.1–1Nucleus sampling: consider only the top tokens with cumulative probability >= top_p
frequency_penaltyFLOAT0.0-2–2Positive values penalize new tokens based on existing frequency
presence_penaltyFLOAT0.0-2–2Positive values penalize new tokens based on whether they appear in the text so far
seedINT-1-1–4294967295Random seed (-1 for random)
format_outputCOMBOmarkdownFormat for the output
enable_function_callingBOOLEANfalse
context_documentsoptLIST
stop_sequencesoptSTRING

Outputs (1)

NameTypeDescription
responseSTRING