Update web search model name to 'sonar-reasoning-pro'

This commit is contained in:
Ahmed Allam
2026-03-11 14:20:04 -07:00
parent bc2ae4ea94
commit ed89e3c4d1
+1 -1
View File
@@ -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},