feat: use date fixed model name (#8621)

fix CLOUD-81
This commit is contained in:
darkskygit
2024-10-29 07:31:23 +00:00
parent 835fdc33c0
commit efee4dfd66
8 changed files with 65 additions and 44 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ serde = "1"
serde_json = "1"
sha3 = "0.10"
sqlx = { version = "0.8", default-features = false, features = ["chrono", "macros", "migrate", "runtime-tokio", "sqlite", "tls-rustls"] }
tiktoken-rs = "0.5"
tiktoken-rs = "0.6"
tokio = "1.37"
uuid = "1.8"
v_htmlescape = "0.15"