瀏覽代碼

resized pngs

Jeff Tang 1 年之前
父節點
當前提交
b58a4cf0d8
共有 4 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      llama-demo-apps/README.md
  2. 二進制
      llama-demo-apps/llama2-gradio.png
  3. 二進制
      llama-demo-apps/llama2-streamlit.png
  4. 二進制
      llama-demo-apps/llama2-streamlit2.png

+ 2 - 2
llama-demo-apps/README.md

@@ -32,7 +32,7 @@ To run Llama2 in Google Colab using [llama-cpp-python](https://github.com/abetle
 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.
 
 ## [VideoSummary](VideoSummary.ipynb): 
-This demo app uses Llama2 to return a text summary of a YouTube video.
+This quick demo app uses Llama2 to return a text summary of a YouTube video.
 
 ## [BreakingNews](LiveSearch.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 breaking news and ask Llama2 about them.
@@ -59,7 +59,7 @@ Then run the command `streamlit run streamlit_llama2.py` and you'll see on your
 
 To see how to query Llama2 and get answers with the Gradio UI both from the notebook and web, just launch the notebook `Llama2_Gradio.ipynb`, replace the `<your replicate api token>` with your API token created [here](https://replicate.com/account/api-tokens) - for more info, see the note [above](#replicate_note).
 
-enter your question, click Submit. You'll see in the notebook or a browser with URL http://127.0.0.1:7860 the following UI:
+Then enter your question, click Submit. You'll see in the notebook or a browser with URL http://127.0.0.1:7860 the following UI:
 
 ![](llama2-gradio.png)
 

二進制
llama-demo-apps/llama2-gradio.png


二進制
llama-demo-apps/llama2-streamlit.png


二進制
llama-demo-apps/llama2-streamlit2.png