8000 feat: config.toml for ASR and TTS by rachwalk · Pull Request #546 · RobotecAI/rai · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

feat: config.toml for ASR and TTS #546

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 10 commits into from
May 7, 2025
Merged

Conversation

rachwalk
Copy link
Contributor

Purpose

Enable using config.toml to configure ASR and TTS Agents

Proposed Changes

Update config.toml to reflect ASR and TTS parameters
Add configuration utilities to the agents
Add from_config initialization to the agents

Issues

#500

Testing

  • How was it tested, what were the results?

@rachwalk rachwalk requested a review from maciejmajek April 28, 2025 15:44
@rachwalk rachwalk force-pushed the feat/agent-config branch from 6e30228 to d57300c Compare April 28, 2025 15:46
case "LocalWhisper (Free)":
from rai_asr.models import LocalWhisper

model = LocalWhisper("tiny", 16000, language=cfg.transcribe.language)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will you support model_name too?

@rachwalk rachwalk force-pushed the feat/agent-config branch 2 times, most recently from 901358c to 032410a Compare April 29, 2025 15:24
@rachwalk rachwalk marked this pull request as ready for review April 29, 2025 15:25
@rachwalk rachwalk force-pushed the feat/agent-config branch from 032410a to 40f1173 Compare May 7, 2025 16:06
Copy link
Member
@maciejmajek maciejmajek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Amazing

@maciejmajek maciejmajek merged commit cfda3e7 into development May 7, 2025
5 checks passed
@maciejmajek maciejmajek deleted the feat/agent-config branch May 7, 2025 16:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
53AF
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Respect config.toml params in rai_tts and rai_asr default configuration
2 participants
0