From 8abf2b574554184afd19bfa2b65b20e42d025699 Mon Sep 17 00:00:00 2001 From: Dario A Lencina-Talarico Date: Wed, 3 Jan 2024 15:02:01 -0500 Subject: [PATCH] fixed keywords, categories, whatever cargo wants (#14) --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index cadfb52..112a87c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,12 +6,12 @@ authors = [ "Kamil Litman ", "Dario Lencina ", ] -keywords = ["openai", "mistral", "anthropic", "claude", "assistant", "typesafe"] +keywords = ["openai", "mistral", "anthropic", "ai", "assistant"] description = "One Library to rule them aLLMs" license = "MIT" repository = "https://github.com/neferdata/allms.git" readme = "README.md" -categories = ["ai", "machine-learning", "openai", "api", "anthropic", "claude", "mistral", "assistant"] +categories = ["ai", "openai", "anthropic", "mistral", "assistant"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies]