Skip to content

Commit 6ab58c6

Browse files
committed
chores: fix run_id parameter of API for listing messages
1 parent 0ea0414 commit 6ab58c6

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## v0.1.3
4+
5+
**Full Changelog**: https://github.com/RobinQu/instinct.cpp/commits/v0.1.3
6+
7+
Sorry for the delay. Hacking with new agent executor costs me more time than expected. But it's fun and enlightening. As a result, work on rerank models will delay to next release.
8+
9+
* Features
10+
* New `LLMCompilerAgentExecutor` as default executor in `mini-assistant`. Please see [this notebook](https://github.com/RobinQu/instinct-notebook) for evaluation results.
11+
* `POST /v1/threads/runs`, which is missed in last released endpoint, is added.
12+
* `xn::steps::branch` and `BranchStepFunction` for binary branch composing.
13+
* Improvements
14+
* Migrate `instinct-lab` to [standalone repo](https://github.com/RobinQu/instinct-notebook/). Benchmarks and experimental code will be moved there.
15+
* Many typos in `mini-assistant` API endpoints.
16+
* Add more trace logs in debug mode.
17+
* `BaseChatModel` and `BaseLLM` supports runtime configuration with `configure(const ModelOverrides&)` method.
18+
* `HttpLibServer` defaults to listen `0.0.0.0`.
19+
20+
321
## v0.1.2
422

523
**Full Changelog**: https://github.com/RobinQu/instinct.cpp/commits/v0.1.2

0 commit comments

Comments
 (0)