dazzling-truck-32153
09/13/2025, 3:41 AMtall-airline-16756
09/13/2025, 3:41 AMtall-airline-16756
09/13/2025, 3:41 AMdazzling-truck-32153
09/13/2025, 3:44 AMtall-airline-16756
09/13/2025, 3:44 AMtemperature
parameter correctly for the Groq LLM. Just to recap, the temperature
controls how random or creative the model’s responses are, and the default value is 1.0
. Here’s a little example to keep handy:
from livekit.plugins import groq
session = AgentSession(
llm=groq.LLM(
model="moonshotai/kimi-k2-instruct",
temperature=1.0 # Feel free to adjust this as you like
),
# ... additional parameters like tts, stt, etc.
)
If anything else comes up or you want to explore more options, just let me know—I’m here to help!
Sources: Groq LLM integration guide | LiveKit Docsdazzling-truck-32153
09/13/2025, 3:45 AMdazzling-truck-32153
09/13/2025, 3:45 AMdazzling-truck-32153
09/13/2025, 3:47 AMdazzling-truck-32153
09/13/2025, 3:49 AM