Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -8,8 +8,8 @@ from groq import Groq
|
|
| 8 |
# Load Whisper model for transcription
|
| 9 |
model = whisper.load_model("base")
|
| 10 |
|
| 11 |
-
GROQ_API_KEY =
|
| 12 |
-
client = Groq(api_key=
|
| 13 |
|
| 14 |
# Function to get the LLM response from Groq
|
| 15 |
def get_llm_response(user_input):
|
|
|
|
| 8 |
# Load Whisper model for transcription
|
| 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):
|