Remove currentConfig.model
This commit is contained in:
parent
f20b17a087
commit
ad3b8df38f
|
|
@ -48,7 +48,7 @@ export class NotebookStore {
|
|||
this.content,
|
||||
{
|
||||
...currentConfig,
|
||||
model: model ?? currentConfig.model,
|
||||
model,
|
||||
stream: true,
|
||||
timings_per_token: true,
|
||||
onChunk: (chunk: string) => {
|
||||
|
|
|
|||
Loading…
Reference in New Issue