Spaces:
Sleeping
Sleeping
Farhan1572
commited on
Commit
•
2996de6
1
Parent(s):
e4f36a2
Update app.py
Browse files
app.py
CHANGED
@@ -29,7 +29,7 @@ def generate_tutor_output(subject, difficulty, student_input):
|
|
29 |
"content": prompt,
|
30 |
}
|
31 |
],
|
32 |
-
model="llama3-groq-
|
33 |
max_tokens=1000,
|
34 |
)
|
35 |
|
|
|
29 |
"content": prompt,
|
30 |
}
|
31 |
],
|
32 |
+
model="llama3-groq-70b-8192-tool-use-preview",
|
33 |
max_tokens=1000,
|
34 |
)
|
35 |
|