llm-provider-catalog実装

This commit is contained in:
2026-04-23 15:37:51 +09:00
parent e21d2041ef
commit ccf1f2b6bf
6 changed files with 413 additions and 1 deletions
+1 -1
View File
@@ -15,10 +15,10 @@ serde = { version = "1.0.228", features = ["derive"] }
serde_json = "1.0.149"
thiserror = "2.0"
tokio = { version = "1.52.1", features = ["sync", "fs", "rt"] }
toml = "1.1.2"
tracing = "0.1.44"
[dev-dependencies]
serial_test = "3.4.0"
tempfile = "3.27.0"
toml = "1.1.2"
wiremock = "0.6.5"