Remove currentConfig.model

This commit is contained in:
Leszek Hanusz 2026-02-04 02:03:59 +01:00
parent f20b17a087
commit ad3b8df38f
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ export class NotebookStore {
this.content,
{
...currentConfig,
model: model ?? currentConfig.model,
model,
stream: true,
timings_per_token: true,
onChunk: (chunk: string) => {