feat: Add stream option to model configuration
This commit is contained in:
parent
a8d20e4cd5
commit
ae797b3e21
@ -176,6 +176,7 @@ export const ConfigStore = types
|
||||
}
|
||||
}
|
||||
modelConfig["provider"] = provider;
|
||||
modelConfig["stream"] = true;
|
||||
localConfig["models"][model.model || model.id] = modelConfig;
|
||||
});
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user