Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -266,7 +266,7 @@ Please rephrase this query into a complete, contextual search query following th
|
|
266 |
|
267 |
response = groq_client.chat.completions.create(
|
268 |
messages=messages,
|
269 |
-
model="llama-3.
|
270 |
temperature=temperature,
|
271 |
max_tokens=200,
|
272 |
stream=False
|
@@ -545,7 +545,7 @@ Instructions:
|
|
545 |
|
546 |
response = groq_client.chat.completions.create(
|
547 |
messages=messages,
|
548 |
-
model="llama-3.
|
549 |
max_tokens=5000,
|
550 |
temperature=temperature,
|
551 |
top_p=0.9,
|
|
|
266 |
|
267 |
response = groq_client.chat.completions.create(
|
268 |
messages=messages,
|
269 |
+
model="llama-3.3-70b-versatile",
|
270 |
temperature=temperature,
|
271 |
max_tokens=200,
|
272 |
stream=False
|
|
|
545 |
|
546 |
response = groq_client.chat.completions.create(
|
547 |
messages=messages,
|
548 |
+
model="llama-3.3-70b-versatile",
|
549 |
max_tokens=5000,
|
550 |
temperature=temperature,
|
551 |
top_p=0.9,
|