mirror of
https://github.com/usestrix/strix.git
synced 2026-09-06 08:15:56 +00:00
Update web search model name to 'sonar-reasoning-pro'
This commit is contained in:
parent
3e3453852a
commit
67a4aa03af
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ def web_search(query: str) -> dict[str, Any]:
|
|||
headers = {"Authorization": f"Bearer {api_key}", "Content-Type": "application/json"}
|
||||
|
||||
payload = {
|
||||
"model": "sonar-reasoning",
|
||||
"model": "sonar-reasoning-pro",
|
||||
"messages": [
|
||||
{"role": "system", "content": SYSTEM_PROMPT},
|
||||
{"role": "user", "content": query},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue