akiko19191 commited on
Commit
b807ea2
·
verified ·
1 Parent(s): 3b1bc7c

Update tests.py

Browse files
Files changed (1) hide show
  1. tests.py +1 -1
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 10 links and maximum 20 links.[CONTENT]:{content}"}
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: