Skip to content

Commit

Permalink
add keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
holdenmatt committed Dec 22, 2023
1 parent 509c7a9 commit 39d45bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ Feel free to fork/copy code if helpful.

## What is this?

OpenAI Function Calling (released in June 2023), is my favorite part of using
LLM APIs.
OpenAI [Function Calling](https://platform.openai.com/docs/guides/function-calling)
(released in June 2023), is my favorite part of using LLM APIs.

This library makes it easier to use Function Calling in TypeScript
using [Zod](https://zod.dev/) to define functions instead of JSON-Schema.
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"type": "git",
"url": "https://github.com/holdenmatt/openai-zod-functions"
},
"keywords": ["openai", "zod", "functions", "function calling"],
"files": [
"dist"
],
Expand Down

0 comments on commit 39d45bd

Please sign in to comment.