From de73121c0a97db76c60bba96bd671d0eb7caf562 Mon Sep 17 00:00:00 2001 From: Andre Popovitch Date: Thu, 26 Dec 2024 14:17:35 -0600 Subject: [PATCH] Add keywords (#4) --- Cargo.toml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 629e424..acfd6ec 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,6 +7,13 @@ license = "MIT" homepage = "https://github.com/not-pizza/tysm" repository = "https://github.com/not-pizza/tysm" readme = "README.md" +keywords = [ + "openai", + "chatgpt", + "chat-completions", + "structured-outputs", + "schema" +] [features] default = ["dotenv"]