Commit 4c2b249
committed
Fix: Await initial model update and update aient submodule
The `update_initial_model` function is now async but was not being awaited in the `reset_chat` command handler. This commit adds the necessary `await` to ensure the initial model is correctly retrieved and set.
Additionally, this commit:
- Updates the `aient` submodule to the latest version.
- Bumps the project version to 1.0.10 for the new release.1 parent fe39293 commit 4c2b249
3 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
782 | 782 | | |
783 | 783 | | |
784 | 784 | | |
785 | | - | |
| 785 | + | |
786 | 786 | | |
787 | 787 | | |
788 | 788 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments