From 6b3e034839f6c7a0088939e4472b10e08bac2446 Mon Sep 17 00:00:00 2001 From: fatwang2 Date: Sun, 12 May 2024 13:09:14 +0800 Subject: [PATCH] modified: README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 93cbbb2..3bd7710 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This is a Siri Ultra that works with Apple Shortcuts removing the need for a ded ## How it works -The assistant is run on Cloudflare Workers and can work with any LLM model. The code snippet here uses llama 3 as an example with a custom function calling for fetching weather data and search online. +The assistant is run on Cloudflare Workers and can work with any LLM model. The code snippet here uses llama 3 as an example with a custom function calling for searching online. # Usage