Update tests.py
Browse files
tests.py
CHANGED
|
@@ -436,7 +436,7 @@ def scrape_websites(url_list:list,query:str) -> list:
|
|
| 436 |
#Only thing llama 4 is good for.
|
| 437 |
|
| 438 |
response = clienty.chat.completions.create(
|
| 439 |
-
model="
|
| 440 |
messages=[
|
| 441 |
{"role": "user", "content": f"{query} [CONTENT]:{content}"}
|
| 442 |
],stream=True
|
|
|
|
| 436 |
#Only thing llama 4 is good for.
|
| 437 |
|
| 438 |
response = clienty.chat.completions.create(
|
| 439 |
+
model="Llama-4-Maverick-17B-128E-Instruct-FP8",
|
| 440 |
messages=[
|
| 441 |
{"role": "user", "content": f"{query} [CONTENT]:{content}"}
|
| 442 |
],stream=True
|