新增: F-01模型能力阶段1+2(ModelConfig数据模型+model_probe探测器+df-storage兼容V18)
This commit is contained in:
@@ -209,7 +209,7 @@ mod tests {
|
||||
let rec = AiProviderRecord {
|
||||
id: "t1".into(), name: "t".into(), provider_type: "openai_compat".into(),
|
||||
api_key: "sk-db-fallback".into(), base_url: "https://x".into(),
|
||||
default_model: "m".into(), models: None, is_default: false,
|
||||
default_model: "m".into(), models: None, model_configs: Vec::new(), is_default: false,
|
||||
config: None, created_at: "0".into(), updated_at: "0".into(),
|
||||
};
|
||||
assert_eq!(resolve_provider_secret(&rec), "sk-db-fallback");
|
||||
|
||||
Reference in New Issue
Block a user