Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.praison.ai/llms.txt

Use this file to discover all available pages before exploring further.

AudioConfig

Defined in the Audio Agent module.
AI Agent Configuration for audio processing settings. Follows the Precedence Ladder pattern:
  • Instance > Config > Array > Dict > String > Bool > Default

Properties

voice
Optional
No description available.
speed
float
No description available.
response_format
str
No description available.
language
Optional
No description available.
temperature
float
No description available.
timeout
int
No description available.
api_base
Optional
No description available.
api_key
Optional
No description available.
  • to_dict: Convert to dictionary for LiteLLM calls.

Source

View on GitHub

praisonaiagents/agent/audio_agent.py at line 26

Configuration Overview

Agent Config

Multimodal