[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/llm c0fd6bfd77 2/2: Fix incorrect link in README
From: |
ELPA Syncer |
Subject: |
[elpa] externals/llm c0fd6bfd77 2/2: Fix incorrect link in README |
Date: |
Mon, 25 Mar 2024 01:09:24 -0400 (EDT) |
branch: externals/llm
commit c0fd6bfd7707da9148a57957110d07b3079eb0a4
Author: Andrew Hyatt <ahyatt@gmail.com>
Commit: Andrew Hyatt <ahyatt@gmail.com>
Fix incorrect link in README
---
README.org | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.org b/README.org
index 2646c043e9..e6d0e79742 100644
--- a/README.org
+++ b/README.org
@@ -128,7 +128,7 @@ Conversations can take place by repeatedly calling
~llm-chat~ and its variants.
** Caution about ~llm-chat-prompt-interactions~
The interactions in a prompt may be modified by conversation or by the
conversion of the context and examples to what the LLM understands. Different
providers require different things from the interactions. Some can handle
system prompts, some cannot. Some may have richer APIs for examples and
context, some not. Do not attempt to read or manipulate
~llm-chat-prompt-interactions~ after initially setting it up for the first
time, because you are likely to make changes that only work fo [...]
** Function calling
-*Note: function calling functionality is currently alpha quality. If you want
to use function calling, please watch the =llm=
[discussion](https://github.com/ahyatt/llm/discussions) section for any
announcements about changes.*
+*Note: function calling functionality is currently alpha quality. If you want
to use function calling, please watch the =llm=
[[https://github.com/ahyatt/llm/discussions][discussions]] for any
announcements about changes.*
Function calling is a way to give the LLM a list of functions it can call, and
have it call the functions for you. The standard interaction has the following
steps:
1. The client sends the LLM a prompt with functions it can call.