Update tradingagents/llm_clients/copilot_client.py
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
This commit is contained in:
parent
ab1b2883ad
commit
d38d5e2ecb
|
|
@ -110,7 +110,7 @@ def check_copilot_auth() -> bool:
|
|||
timeout=5,
|
||||
)
|
||||
return resp.status_code == 200
|
||||
except Exception:
|
||||
except requests.exceptions.RequestException:
|
||||
return True # Network error — accept optimistically
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue