We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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", } }
any
task use playground taks run open the playground in the explorer can't choose minimax_v2v_python in the playground for v2v graphs
should add minimax_v2v_python into V2V modules.
Major
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
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
The text was updated successfully, but these errors were encountered: