refactor: async-stream and improved reference handling

This commit is contained in:
Per Stark
2025-02-27 13:49:45 +01:00
parent eed720a548
commit efc2e481af
7 changed files with 254 additions and 194 deletions
+1
View File
@@ -6,6 +6,7 @@ edition = "2021"
[dependencies]
anyhow = "1.0.94"
async-openai = "0.24.1"
async-stream = "0.3.6"
axum = { version = "0.7.5", features = ["multipart", "macros"] }
axum-htmx = "0.6.0"
axum_session = "0.14.4"