Skip to content
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

[BUG] minimax_v2v_python to be added into V2V modules #534

Open
allex083 opened this issue Dec 25, 2024 · 2 comments
Open

[BUG] minimax_v2v_python to be added into V2V modules #534

allex083 opened this issue Dec 25, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@allex083
Copy link

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

@allex083 allex083 added the bug Something isn't working label Dec 25, 2024
@allex083
Copy link
Author

Can anyone handle this issue? Thanks.

@cyfyifanchen
Copy link
Collaborator

@allex083 This isn't a bug, but a feature request. We will label it with the right tag and we will see what we can do.

@cyfyifanchen cyfyifanchen added enhancement New feature or request and removed bug Something isn't working labels Jan 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants