Madiharehan commited on
Commit
0a7ae60
1 Parent(s): 228930f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ from groq import Groq
9
  model = whisper.load_model("base")
10
 
11
  Groq_api_key = "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"
12
- client = Groq api_key = Groq_api_key
13
 
14
  # Function to get the LLM response from Groq
15
  def get_llm_response(user_input):
 
9
  model = whisper.load_model("base")
10
 
11
  Groq_api_key = "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"
12
+ client = Groq(api_key=Groq_api_key)
13
 
14
  # Function to get the LLM response from Groq
15
  def get_llm_response(user_input):