Commit 6e2ec57
committed
fix: restore model from saved session on resume
When resuming a session, the saved model name was loaded but never
applied to the LLM instance, so it always fell back to the default.
Now the model is restored unless explicitly overridden via -m flag.
Closes #21 parent d4f8da7 commit 6e2ec57
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
79 | 83 | | |
80 | 84 | | |
81 | 85 | | |
| |||
0 commit comments