Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -3,7 +3,7 @@ from groq import Groq
|
|
3 |
import os
|
4 |
|
5 |
# Initialize Groq client
|
6 |
-
client = Groq(api_key=os.environ["
|
7 |
|
8 |
def generate_tutor_output(subject, difficulty, student_input):
|
9 |
prompt = f"""
|
|
|
3 |
import os
|
4 |
|
5 |
# Initialize Groq client
|
6 |
+
client = Groq(api_key=os.environ["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"])
|
7 |
|
8 |
def generate_tutor_output(subject, difficulty, student_input):
|
9 |
prompt = f"""
|