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 · 0 comments
Open

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

allex083 opened this issue Dec 25, 2024 · 0 comments
Labels
bug Something isn't working

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant