aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorsigoden <sigoden@gmail.com>2024-07-03 16:18:32 +0800
committerGitHub <noreply@github.com>2024-07-03 16:18:32 +0800
commit499b7cdef5d62298c17889895a61a110d7cd8168 (patch)
tree94d5c0d1fa7cd90e7948ae9d55e5b00bdf4ac289 /README.md
parent970ed06d2b5759e8d17aeed55fbfde591fb0ff84 (diff)
downloadllm-functions-docker-499b7cdef5d62298c17889895a61a110d7cd8168.tar.gz
feat: rename `may_execute_*` to `execute_*` (#56)
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 2 insertions, 10 deletions
diff --git a/README.md b/README.md
index dafad10..5739837 100644
--- a/README.md
+++ b/README.md
@@ -45,23 +45,15 @@ ln -s "$(pwd)" "$(aichat --info | grep -w functions_dir | awk '{print $2}')"
argc install
```
-Don't forget to add the following config to your AIChat `config.yaml` file:
-
-```yaml
-function_calling: true
-```
-
AIChat will automatically load `functions.json` and execute commands located in the `./bin` directory based on your prompts.
**4. Start using your functions:**
Now you can interact with your LLM using natural language prompts that trigger your defined functions.
-## AIChat Showcases
-
-![retrieve-type-showcase](https://github.com/sigoden/llm-functions/assets/4012553/7e628834-9863-444a-bad8-7b51bfb18dff)
+## Showcases
-![execute-type-showcase](https://github.com/sigoden/llm-functions/assets/4012553/1dbc345f-daf9-4d65-a49f-3df8c7df1727)
+![tools-showcase](https://github.com/sigoden/aichat/assets/4012553/f9d7f827-9a2a-4ea1-8b8c-19e1c93178d4)
![agent-showcase](https://github.com/sigoden/llm-functions/assets/4012553/05e1e57e-3bcc-4504-b78f-c36b27d16bfd)