From 55cf61969a77b6f04e69a8d9ada024170cb95286 Mon Sep 17 00:00:00 2001 From: Casper da Costa-Luis Date: Thu, 3 Aug 2023 16:57:19 +0100 Subject: [PATCH] cite audio source --- blog/2023-08-03-teach-chatbot-with-audio/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog/2023-08-03-teach-chatbot-with-audio/index.md b/blog/2023-08-03-teach-chatbot-with-audio/index.md index c3b36a5e..53a7c108 100644 --- a/blog/2023-08-03-teach-chatbot-with-audio/index.md +++ b/blog/2023-08-03-teach-chatbot-with-audio/index.md @@ -135,7 +135,7 @@ Here's how this works: ## Step 6: Combine Everything in a ChatBot GUI -We'll select an `mp3` audio file to use via a Streamlit UI. In this case, we'll use the audio from [NVIDIA's recent quarterly earnings call](https://github.com/htrivedi99/prem-blogs/blob/main/quarterly-earnings-chatbot/nvidia_earnings_call.mp3). +We'll select an `mp3` audio file to use via a Streamlit UI. In this case, we'll use [this audio snippet](https://github.com/htrivedi99/prem-blogs/blob/main/quarterly-earnings-chatbot/nvidia_earnings_call.mp3) extracted from [NVIDIA's recent Q4 2023 earnings call](https://www.youtube.com/watch?v=7qU_wzzYNJU). Then we'll use the functions defined above to support an LLM-driven chatbot!