From fc761dda7ec12159e1e84b8142b1a8bcfc54961b Mon Sep 17 00:00:00 2001 From: Xe Iaso Date: Sun, 16 Jun 2024 14:08:56 -0400 Subject: LLM function calling Signed-off-by: Xe Iaso --- lume/src/_includes/talk.njk | 4 +- lume/src/talks/2024/llm-function-calling.mdx | 305 +++++++++++++++++++++++++++ 2 files changed, 308 insertions(+), 1 deletion(-) create mode 100644 lume/src/talks/2024/llm-function-calling.mdx diff --git a/lume/src/_includes/talk.njk b/lume/src/_includes/talk.njk index 53bab2e..2454485 100644 --- a/lume/src/_includes/talk.njk +++ b/lume/src/_includes/talk.njk @@ -2,7 +2,9 @@ layout: base.njk --- -{{ comp.ads() | safe }} +{% if commit.hash != "development" %} + {{ comp.ads() | safe }} +{% endif %}

{{title}}

diff --git a/lume/src/talks/2024/llm-function-calling.mdx b/lume/src/talks/2024/llm-function-calling.mdx new file mode 100644 index 0000000..a35b28a --- /dev/null +++ b/lume/src/talks/2024/llm-function-calling.mdx @@ -0,0 +1,305 @@ +--- +title: Function calling in large language models +date: 2024-06-16 +desc: "It's hard to pay attention when your context goes out the window." +image: talks/2024/llm-function-calling/001 +--- + +export const PullQuote = ({ children }) => ( +
+ {children} +
+); + +This was a full-length (20m) talk at the React/Remix meetup in San Francisco in early June 2024. It's taken me a bit to get this uploaded here because I've been busy with work and other things. + +## Video + +