aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorsigoden <sigoden@gmail.com>2024-08-01 22:30:52 +0800
committerGitHub <noreply@github.com>2024-08-01 22:30:52 +0800
commitae6c4860745bca72e22242b2613d877f44e18aab (patch)
tree9facea1b00b87d6f04576388c8c58ab895588d07 /README.md
parent36b34c58962a59beecb979c2dc05d695c0b50ec7 (diff)
downloadllm-functions-docker-ae6c4860745bca72e22242b2613d877f44e18aab.tar.gz
refactor: update todo agent (#89)
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/README.md b/README.md
index 90ba392..bd13ae7 100644
--- a/README.md
+++ b/README.md
@@ -2,10 +2,11 @@
This project allows you to enhance large language models (LLMs) with custom tools and agents developed in bash/javascript/python. Imagine your LLM being able to execute system commands, access web APIs, or perform other complex tasks – all triggered by simple, natural language prompts.
-![tool-showcase](https://github.com/sigoden/llm-functions/assets/4012553/41c297cb-b3f7-4e5f-925e-a80d07684b1d)
-
-![agent-showcase](https://github.com/sigoden/aichat/assets/4012553/7308a423-2ee5-4847-be1b-a53538bc98dc)
+**Tool Showcase**
+![llm-function-tool](https://github.com/user-attachments/assets/40c77413-30ba-4f0f-a2c7-19b042a1b507)
+**Agent showcase**
+![llm-function-agent](https://github.com/user-attachments/assets/6e380069-8211-4a16-8592-096e909b921d)
## Prerequisites