diff options
| author | sigoden <sigoden@gmail.com> | 2024-07-30 15:09:18 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-30 15:09:18 +0800 |
| commit | 3e8b7b2e4528074594c5c27bea663aec4c517e21 (patch) | |
| tree | 1505949cd4acc1f1e049c48cb87a5846096ca6fa /README.md | |
| parent | 213d1b3fd72d2572050402b6be25cad590a9cb95 (diff) | |
| download | llm-functions-docker-3e8b7b2e4528074594c5c27bea663aec4c517e21.tar.gz | |
refactor: demo agent with `LLM_AGENT_VAR_*` (#82)
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
