Skip to content

Commit

Permalink
Fix another typo and remove typos from wordlist
Browse files Browse the repository at this point in the history
  • Loading branch information
mreso committed Dec 8, 2023
1 parent e49e607 commit eda4606
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion demo_apps/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ This demo app uses Llama2 to return a text summary of a YouTube video. It shows
This demo app shows how to use LangChain and Llama2 to let users ask questions about **structured** data stored in a SQL DB. As the 2023-24 NBA season is around the corner, we use the NBA roster info saved in a SQLite DB to show you how to ask Llama2 questions about your favorite teams or players.

## [LiveData](LiveData.ipynb): Ask Llama2 about Live Data
This demo app shows how to perform live data augmented generation tasks with Llama2 and [LlamaIndex](https://github.com/run-llama/llama_index), another leading open-source framework for building LLM apps: it uses the [You.com serarch API](https://documentation.you.com/quickstart) to get live search result and ask Llama2 about them.
This demo app shows how to perform live data augmented generation tasks with Llama2 and [LlamaIndex](https://github.com/run-llama/llama_index), another leading open-source framework for building LLM apps: it uses the [You.com search API](https://documentation.you.com/quickstart) to get live search result and ask Llama2 about them.

## [WhatsApp Chatbot](whatsapp_llama2.md): Building a Llama-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), LangChain and Replicate to build a Llama-enabled WhatsApp chatbot.
Expand Down
2 changes: 0 additions & 2 deletions scripts/spellcheck_conf/wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1179,10 +1179,8 @@ envinronment
ggml
gguf
gradio
minnutes
pdf
quantized
serarch
streamlit
prem
Prem
Expand Down

0 comments on commit eda4606

Please sign in to comment.