This commit is contained in:
2025-06-08 13:21:43 +09:00
parent c269719ba8
commit be0b0c457b
6 changed files with 448 additions and 31 deletions

View File

@@ -31,3 +31,7 @@ axum = "0.7"
tower = "0.4"
tower-http = { version = "0.5", features = ["cors"] }
hyper = "1.0"
# OpenAI API client
async-openai = "0.23"
openai_api_rust = "0.1"