#in the new agent dashboard design, where to set the temperature?

1 messages · Page 1 of 1 (latest)

scenic kestrelBOT
#
AI-generated Answer for waterfallbay

Short answer:

  • In the dashboard, open your agent, go to the Agent tab (agent settings), then open Models. Temperature is configured in the Model configuration there. (elevenlabs.io)

Notes and alternatives:

  • Temperature is part of the LLM’s Model configuration; lower values are more deterministic, higher values more creative. (elevenlabs.io)
  • You can also set it programmatically:
    • At runtime via WebSocket using custom_llm_extra_body.temperature. (elevenlabs.io)
    • In “agents as code” via CLI config at conversation_config.agent.llm.temperature. (elevenlabs.io)

Sources:
Quickstart | ElevenLabs Documentation
Models | ElevenLabs Documentation
Agent WebSockets | ElevenLabs Documentation
ElevenLabs CLI | ElevenLabs Documentation

lapis wigeon
#

in the new dashboard, where can i find the agent's pronunciation dictionary?