TEN-framework / TEN-framework/ten-framework
[BUG] minimax_v2v_python to be added into V2V modules
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 11.1k
- Forks
- 1.4k
- Avg merge
- 2d 15m
- Merged PRs (30d)
- 22
Description
Description
playground/src/common/moduleConfig.ts missing the minimax_v2v_python and then users can't choose minimax_v2v_python in the playground for v2v graphs.
export const v2vModuleRegistry: Record<string, ModuleRegistry.Module> = {
openai_v2v_python: {
name: "openai_v2v_python",
type: ModuleRegistry.ModuleType.V2V,
label: "OpenAI Realtime",
},
gemini_v2v_python: {
name: "gemini_v2v_python",
type: ModuleRegistry.ModuleType.V2V,
label: "Gemini Realtime",
}
}
Environment
any
Steps to reproduce
task use playground
taks run
open the playground in the explorer
can't choose minimax_v2v_python in the playground for v2v graphs
Expected behavior
should add minimax_v2v_python into V2V modules.
Severity
Critical
Additional Information
No response
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start in playground/src/common/moduleConfig.ts and inspect the v2vModuleRegistry entries shown in the issue. Run the playground reproduction steps, then verify that minimax_v2v_python is available for selection in V2V graphs.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 48/100