mirror of
https://github.com/katanemo/plano.git
synced 2026-05-01 11:56:29 +02:00
* first commit to get Bedrock Converse API working. Next commit support for streaming and binary frames * adding translation from BedrockBinaryFrameDecoder to AnthropicMessagesEvent * Claude Code works with Amazon Bedrock * added tests for openai streaming from bedrock * PR comments fixed * adding support for bedrock in docs as supported provider * cargo fmt * revertted to chatgpt models for claude code routing --------- Co-authored-by: Salman Paracha <salmanparacha@MacBook-Pro-288.local> Co-authored-by: Adil Hafeez <adil.hafeez@gmail.com>
12 lines
281 B
TOML
12 lines
281 B
TOML
[package]
|
|
name = "hermesllm"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
serde = {version = "1.0.219", features = ["derive"]}
|
|
serde_json = "1.0.140"
|
|
serde_with = {version = "3.12.0", features = ["base64"]}
|
|
thiserror = "2.0.12"
|
|
aws-smithy-eventstream = "0.60"
|
|
bytes = "1.10"
|