Skip to content
This repository has been archived by the owner on Mar 29, 2024. It is now read-only.

Commit

Permalink
cite audio source
Browse files Browse the repository at this point in the history
  • Loading branch information
casperdcl committed Aug 3, 2023
1 parent 0066245 commit 55cf619
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blog/2023-08-03-teach-chatbot-with-audio/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!

Expand Down

0 comments on commit 55cf619

Please sign in to comment.