use hermesllm in arch gateway for both stream and non stream messages

This commit is contained in:
Adil Hafeez 2025-06-04 16:19:45 -07:00
parent 670907145a
commit 0c7aa132ee
No known key found for this signature in database
GPG key ID: 9B18EF7691369645
9 changed files with 357 additions and 101 deletions

2
crates/Cargo.lock generated
View file

@ -327,6 +327,7 @@ dependencies = [
"derivative",
"duration-string",
"governor",
"hermesllm",
"hex",
"log",
"pretty_assertions",
@ -1075,7 +1076,6 @@ checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
name = "hermesllm"
version = "0.1.0"
dependencies = [
"common",
"serde",
"serde_json",
"serde_with",