mirror of
https://github.com/mii443/rust-genai.git
synced 2025-08-22 16:25:27 +00:00
. update version to v0.1.12
This commit is contained in:
@ -5,6 +5,12 @@
|
||||
> - Version `0.2.x` will follow semver more strictly.
|
||||
> - API changes will be denoted as "`!` - **API CHANGE** ...."
|
||||
|
||||
## 2024-11-18 - `0.1.12`
|
||||
|
||||
- `.` minor update on llms model names
|
||||
- `^` ChatRole - impl Display
|
||||
- `^` ChatReqeuust - added from_messages, and append_messages
|
||||
|
||||
## 2024-11-04 - `0.1.11`
|
||||
|
||||
- `^` anthropic - updated the default max_token to the max for given the model (i.e. 3-5 will be 8k)
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "genai"
|
||||
version = "0.1.12-WIP"
|
||||
version = "0.1.12"
|
||||
edition = "2021"
|
||||
rust-version = "1.79"
|
||||
license = "MIT OR Apache-2.0"
|
||||
|
Reference in New Issue
Block a user