From 3e8b7b2e4528074594c5c27bea663aec4c517e21 Mon Sep 17 00:00:00 2001 From: sigoden Date: Tue, 30 Jul 2024 15:09:18 +0800 Subject: refactor: demo agent with `LLM_AGENT_VAR_*` (#82) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index ad45e49..90ba392 100644 --- a/README.md +++ b/README.md @@ -140,7 +140,7 @@ documents: - https://example.com/remote-file.txt ``` -Refer to `./agents/todo-{sh,js,py}` for examples of how to implement a agent. +Refer to [./agents/demo](https://github.com/sigoden/llm-functions/tree/main/agents/demo) for examples of how to implement a agent. ## License -- cgit v1.2.3