bad language model

This commit is contained in:
Richard
2026-02-04 19:25:22 +00:00
parent b0d438c274
commit 7f32f34ca3
3 changed files with 53 additions and 1 deletions

8
Cargo.lock generated
View File

@@ -1182,6 +1182,12 @@ dependencies = [
"serde",
]
[[package]]
name = "urlencoding"
version = "2.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
[[package]]
name = "utf-8"
version = "0.7.6"
@@ -1289,6 +1295,8 @@ dependencies = [
"tokio-tungstenite",
"tracing",
"tracing-subscriber",
"url",
"urlencoding",
]
[[package]]