Skip to content

Commit

Permalink
🔥 remove useless code
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannLai committed Jun 18, 2023
1 parent d1e28b5 commit 07e9e82
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

OpenAI Function calling tools

OpenAI Function calling tools is a repository that offers a set of tools to help you easy to build a function calling model with OpenAI API. Full test coverage and continuous integration are included.
OpenAI Function calling tools is a repository that offers a set of tools to help you easy to build a function calling model with OpenAI API.å

## 🪓 Tools
The repo provides the following tools you can use out of the box:
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
],
"author": "johannli",
"license": "MIT",
"repository": "JohannLai/openai-function-calling-tools",
"dependencies": {
"axios": "^1.4.0",
"esprima": "^4.0.1",
Expand All @@ -36,4 +37,4 @@
"typescript": "^5.1.3",
"vitest": "^0.32.2"
}
}
}

0 comments on commit 07e9e82

Please sign in to comment.