mirror of
https://github.com/katanemo/plano.git
synced 2026-07-02 15:51:02 +02:00
use hermesllm in arch gateway for both stream and non stream messages
This commit is contained in:
parent
670907145a
commit
0c7aa132ee
9 changed files with 357 additions and 101 deletions
2
crates/Cargo.lock
generated
2
crates/Cargo.lock
generated
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue