-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixed keywords, categories, whatever cargo wants (#14)
- Loading branch information
1 parent
6f1a125
commit 8abf2b5
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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] | ||
|