akiko19191 commited on
Commit
7e5c948
·
verified ·
1 Parent(s): eda41f3

Update tests.py

Browse files
Files changed (1) hide show
  1. tests.py +1 -1
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="meta-llama/Llama-4-Maverick-17B-128E-Instruct-FP8",
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