Skip to content

Commit 69b2a05

Browse files
committed
typo fix
1 parent b5598e5 commit 69b2a05

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

recipes/use_cases/LiveData.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"\n",
1010
"## This demo app shows:\n",
1111
"* How to use LlamaIndex, an open source library to help you build custom data augmented LLM applications\n",
12-
"* How to ask Llama 3 questions about recent live data via the [Trvily](https://tavily.com) live search API"
12+
"* How to ask Llama 3 questions about recent live data via the [Tavily](https://tavily.com) live search API"
1313
]
1414
},
1515
{
@@ -86,7 +86,7 @@
8686
"id": "f8ff812b",
8787
"metadata": {},
8888
"source": [
89-
"Next you will use the [Trvily](https://tavily.com/) search engine to augment the Llama 3's responses. To create a free trial Trvily Search API, sign in with your Google or Github account [here](https://app.tavily.com/sign-in)."
89+
"Next you will use the [Tavily](https://tavily.com/) search engine to augment the Llama 3's responses. To create a free trial Tavily Search API, sign in with your Google or Github account [here](https://app.tavily.com/sign-in)."
9090
]
9191
},
9292
{

recipes/use_cases/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This demo app uses Llama 3 to return a text summary of a YouTube video. It shows
55
This demo app shows how to use LangChain and Llama 3 to let users ask questions about **structured** data stored in a SQL DB. As the 2023-24 NBA season is entering the playoff, we use the NBA roster info saved in a SQLite DB to show you how to ask Llama 3 questions about your favorite teams or players.
66

77
## [LiveData](LiveData.ipynb): Ask Llama 3 about Live Data (using Replicate or [OctoAI](../llama_api_providers/OctoAI_API_examples/LiveData.ipynb))
8-
This demo app shows how to perform live data augmented generation tasks with Llama 3, [LlamaIndex](https://github.com/run-llama/llama_index), another leading open-source framework for building LLM apps, and the [Trvily](https://tavily.com) live search API.
8+
This demo app shows how to perform live data augmented generation tasks with Llama 3, [LlamaIndex](https://github.com/run-llama/llama_index), another leading open-source framework for building LLM apps, and the [Tavily](https://tavily.com) live search API.
99

1010
## [WhatsApp Chatbot](./chatbots/whatsapp_llama/whatsapp_llama3.md): Building a Llama 3 Enabled WhatsApp Chatbot
1111
This step-by-step tutorial shows how to use the [WhatsApp Business API](https://developers.facebook.com/docs/whatsapp/cloud-api/overview) to build a Llama 3 enabled WhatsApp chatbot.

0 commit comments

Comments
 (0)