feat: Phase 1-3 全部完成 — 沙盒增强、学情分析、学习路径
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
export interface ModelOption {
|
||||
id: string;
|
||||
label: string;
|
||||
}
|
||||
|
||||
export const AVAILABLE_MODELS: ModelOption[] = [
|
||||
{ id: 'general', label: '通用模式' },
|
||||
{ id: 'opencode-go', label: 'DeepSeek V4 Flash' },
|
||||
];
|
||||
|
||||
export const DEFAULT_MODEL = 'general';
|
||||
Reference in New Issue
Block a user