Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ from groq import Groq
|
|
4 |
import re
|
5 |
|
6 |
api_key=os.getenv("GROQ_KEY")
|
7 |
-
|
8 |
|
9 |
# Define available models
|
10 |
MODELS = [
|
|
|
4 |
import re
|
5 |
|
6 |
api_key=os.getenv("GROQ_KEY")
|
7 |
+
client = Groq(api_key=api_key)
|
8 |
|
9 |
# Define available models
|
10 |
MODELS = [
|