Skip to content

Commit

Permalink
Update speech recognization.ipynb
Browse files Browse the repository at this point in the history
Signed-off-by: Ali Hassan <165924119+alihassanml@users.noreply.github.com>
  • Loading branch information
alihassanml authored Sep 13, 2024
1 parent f889439 commit ab46d26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion speech recognization.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@
"from groq import Groq\n",
"\n",
"# Initialize the Groq client\n",
"api_key = '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'\n",
"api_key = ''\n",
"client = Groq(api_key=api_key)\n",
"\n",
"# Specify the path to the audio file\n",
Expand Down

0 comments on commit ab46d26

Please sign in to comment.