Skip to content

Commit

Permalink
fixed keywords, categories, whatever cargo wants (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
darioalessandro authored Jan 3, 2024
1 parent 6f1a125 commit 8abf2b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ authors = [
"Kamil Litman <[email protected]>",
"Dario Lencina <[email protected]>",
]
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]
Expand Down

0 comments on commit 8abf2b5

Please sign in to comment.