Update tests.py
Browse files
tests.py
CHANGED
|
@@ -414,7 +414,7 @@ def scrape_websites(url_list:list,query:str) -> list:
|
|
| 414 |
response2 = clienty.chat.completions.create(
|
| 415 |
model="meta-llama/Llama-4-Maverick-17B-128E-Instruct-FP8",
|
| 416 |
messages=[
|
| 417 |
-
{"role": "user", "content": f"Give all relevant links in this content.The links may be relevant image links , file links , video links , website links , etc .You must give Minimum
|
| 418 |
],stream=True
|
| 419 |
)
|
| 420 |
for chunk in response2:
|
|
|
|
| 414 |
response2 = clienty.chat.completions.create(
|
| 415 |
model="meta-llama/Llama-4-Maverick-17B-128E-Instruct-FP8",
|
| 416 |
messages=[
|
| 417 |
+
{"role": "user", "content": f"Give all relevant and different types of links in this content.The links may be relevant image links , file links , video links , website links , etc .You must give Minimum 30 links and maximum 50 links.[CONTENT]:{content}"}
|
| 418 |
],stream=True
|
| 419 |
)
|
| 420 |
for chunk in response2:
|