Skip to content

Commit

Permalink
Deprecate tiers and use fully-qualified model variants. (#66)
Browse files Browse the repository at this point in the history
Deprecate tiers and add fully qualified models
  • Loading branch information
jcdyer authored Jul 3, 2024
1 parent a38437c commit b15d9fa
Show file tree
Hide file tree
Showing 3 changed files with 193 additions and 115 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
- Deprecate tiers and add explicit support for all currently available models.

## [0.4.0] - 2023-11-01

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ reqwest = { version = "0.11.22", default-features = false, features = ["json", "
serde = { version = "1", features = ["derive"] }
serde_json = "1"
thiserror = "1"
tokio = { version = "1", features = ["full"] }
tokio = { version = "1.13.0", features = ["full"] }
tokio-tungstenite = { version = "0.20.1", features = ["rustls-tls-webpki-roots"] }
tokio-util = { version = "0.7.1", features = ["codec", "io"] }
tungstenite = "0.20.1"
Expand Down
Loading

0 comments on commit b15d9fa

Please sign in to comment.