llama3-70b-8192
Browse files
App/Generate/utils/GroqInstruct.py
CHANGED
@@ -30,7 +30,7 @@ client = instructor.from_groq(client, mode=instructor.Mode.JSON)
|
|
30 |
def chatbot(prompt):
|
31 |
|
32 |
response: VideoOutput = client.chat.completions.create(
|
33 |
-
model="
|
34 |
# model="gemma-7b-it",
|
35 |
# model="llama2-70b-4096",
|
36 |
# model="llama3-70b-8192",
|
|
|
30 |
def chatbot(prompt):
|
31 |
|
32 |
response: VideoOutput = client.chat.completions.create(
|
33 |
+
model="llama3-70b-8192",
|
34 |
# model="gemma-7b-it",
|
35 |
# model="llama2-70b-4096",
|
36 |
# model="llama3-70b-8192",
|