mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-16 23:41:43 +00:00
chore(xai): drop explanatory comment from responses bridge check
Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
This commit is contained in:
parent
95cc3bfabb
commit
5e0629793e
1 changed files with 0 additions and 1 deletions
|
|
@ -1080,7 +1080,6 @@ def responses_api_bridge_check(
|
|||
mode = "responses"
|
||||
model_info["mode"] = mode
|
||||
|
||||
# xAI retired Live Search on /v1/chat/completions (410), so web search only works on /v1/responses
|
||||
if web_search_options is not None and custom_llm_provider == "xai":
|
||||
model_info["mode"] = "responses"
|
||||
model = model.replace("responses/", "")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue