* feat(studio): expose provider_type selector in model provider dialog Use the configured provider_type in the model provider payload instead of hardcoding openai. Add a provider type selector to the model provider dialog for the provider types supported by Data Designer. * feat(studio): add MiniMax-M2.7 inference defaults Add MiniMax-M2.7 model family entry to inference_defaults.json with recommended parameters (temperature=1.0, top_p=0.95, top_k=40). Pattern placed before minimax-m2.5 for correct longest-match-first ordering. * Fix/adjust provider type support for PR #4277 * Clarify provider type validation for PR #4277 * Fix provider type default validation for PR #4277 --------- Co-authored-by: wasimysaid <wasimysdev@gmail.com> Co-authored-by: PR Bot <pr-bot@minimaxi.com> |
||
|---|---|---|
| .. | ||
| public | ||
| src | ||
| .gitignore | ||
| .gitkeep | ||
| .npmrc | ||
| biome.json | ||
| components.json | ||
| data-designer.openapi (1).yaml | ||
| eslint.config.js | ||
| index.html | ||
| package-lock.json | ||
| package.json | ||
| tsconfig.app.json | ||
| tsconfig.json | ||
| tsconfig.node.json | ||
| vite.config.ts | ||