Jeff Tang 5 miesięcy temu
rodzic
commit
69b2a0561f
2 zmienionych plików z 3 dodań i 3 usunięć
  1. 2 2
      recipes/use_cases/LiveData.ipynb
  2. 1 1
      recipes/use_cases/README.md

+ 2 - 2
recipes/use_cases/LiveData.ipynb

@@ -9,7 +9,7 @@
     "\n",
     "## This demo app shows:\n",
     "* How to use LlamaIndex, an open source library to help you build custom data augmented LLM applications\n",
-    "* How to ask Llama 3 questions about recent live data via the [Trvily](https://tavily.com) live search API"
+    "* How to ask Llama 3 questions about recent live data via the [Tavily](https://tavily.com) live search API"
    ]
   },
   {
@@ -86,7 +86,7 @@
    "id": "f8ff812b",
    "metadata": {},
    "source": [
-    "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)."
+    "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)."
    ]
   },
   {

+ 1 - 1
recipes/use_cases/README.md

@@ -5,7 +5,7 @@ This demo app uses Llama 3 to return a text summary of a YouTube video. It shows
 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.
 
 ## [LiveData](LiveData.ipynb): Ask Llama 3 about Live Data (using Replicate or [OctoAI](../llama_api_providers/OctoAI_API_examples/LiveData.ipynb))
-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.
+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.
 
 ## [WhatsApp Chatbot](./chatbots/whatsapp_llama/whatsapp_llama3.md): Building a Llama 3 Enabled WhatsApp Chatbot
 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.