chore: updates no mic example#539
Conversation
WalkthroughThe change updates the way the speech model is assigned for the agent's speaking provider in the example script. The model configuration is now set under the provider attribute, aligning it with the configuration structure used for other agent providers. Changes
Sequence Diagram(s)sequenceDiagram
participant User
participant Agent
participant SpeakProvider
User->>Agent: Initiate speech
Agent->>SpeakProvider: Use provider.model = "aura-2-thalia-en"
SpeakProvider-->>Agent: Generate speech
Agent-->>User: Output speech
Warning There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure. 🔧 Pylint (3.3.7)examples/agent/no_mic/main.py📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
🔇 Additional comments (1)
✨ Finishing Touches
🧪 Generate Unit Tests
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
|
closing as this change will be included in #540 |
This example had the wrong provider option set.
Summary by CodeRabbit