diff options
| author | Jaga Santagostino <jagasantagostino@gmail.com> | 2024-10-04 02:08:32 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-04 08:08:32 +0800 |
| commit | b5377bf28bb4d7ec114b7ab9ef1ecec3995cfe66 (patch) | |
| tree | 1842b92ad359958129da6842f414b2a510ab34e4 | |
| parent | 8aeb2d4301a9ce4648c50bdae1d84379a80cdd34 (diff) | |
| download | llm-functions-docker-b5377bf28bb4d7ec114b7ab9ef1ecec3995cfe66.tar.gz | |
chore: Fix README.md typo (#106)
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -14,7 +14,7 @@ Forget complex integrations, **harness the power of [function calling](https://p Make sure you have the following tools installed: -- [argc](https://github.com/sigoden/argc): A bash command-line framewrok and command runner +- [argc](https://github.com/sigoden/argc): A bash command-line framework and command runner - [jq](https://github.com/jqlang/jq): A JSON processor ## Getting Started with [AIChat](https://github.com/sigoden/aichat) @@ -186,4 +186,4 @@ Refer to [./agents/demo](https://github.com/sigoden/llm-functions/tree/main/agen ## License -The project is under the MIT License, Refer to the [LICENSE](https://github.com/sigoden/llm-functions/blob/main/LICENSE) file for detailed information.
\ No newline at end of file +The project is under the MIT License, Refer to the [LICENSE](https://github.com/sigoden/llm-functions/blob/main/LICENSE) file for detailed information. |
