TEN-framework / TEN-framework/ten-framework

[BUG] minimax_v2v_python to be added into V2V modules

Open
#534 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
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

Major

Additional Information

No response

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Open playground/src/common/moduleConfig.ts and inspect v2vModuleRegistry, where the existing OpenAI and Gemini V2V modules are listed. Add the missing minimax_v2v_python entry, then run the playground and verify that minimax_v2v_python can be selected for 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
55/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.