diff --git a/Cargo.lock b/Cargo.lock index a45b7ce..f28973b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 4 [[package]] name = "arms" -version = "0.0.1" +version = "0.0.2" dependencies = [ "async-openai", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 8150e66..62cde25 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "arms" -version = "0.0.1" +version = "0.0.2" edition = "2024" description = "🧬 The adaptive model routing system for exploration and exploitation." @@ -8,7 +8,6 @@ license = "MIT" repository = "https://github.com/InftyAI/AMRS" readme = "README.md" keywords = ["llmops", "ai-gateway", "ai-proxy", "sdk", "llm"] -categories = ["router"] [dependencies] async-openai = { version = "0.31.1", features = ["_api", "response-types", "responses", "chat-completion"] } diff --git a/README.md b/README.md index 80b5430..9eb77a5 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Run the following Cargo command in your project directory: Or add the following line to your Cargo.toml: -`arms = "0.0.1"` +`arms = "0.0.2"` ## How to Use