Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -10,7 +10,7 @@ import time
|
|
10 |
model = whisper.load_model("tiny")
|
11 |
|
12 |
# Set up Groq API client (ensure GROQ_API_KEY is set in your environment)
|
13 |
-
GROQ_API_KEY = '
|
14 |
client = Groq(api_key=GROQ_API_KEY)
|
15 |
|
16 |
# Function to get the LLM response from Groq with error handling and timing
|
|
|
10 |
model = whisper.load_model("tiny")
|
11 |
|
12 |
# Set up Groq API client (ensure GROQ_API_KEY is set in your environment)
|
13 |
+
GROQ_API_KEY = 'Insert_your_api'
|
14 |
client = Groq(api_key=GROQ_API_KEY)
|
15 |
|
16 |
# Function to get the LLM response from Groq with error handling and timing
|