This commit is contained in:
2026-05-27 16:05:04 +03:00
parent 0d05a0bd6d
commit ce49760e5a
4 changed files with 43 additions and 17 deletions

View File

@@ -1122,7 +1122,8 @@ class LLMClient:
return model_ids
except Exception as e:
logger.warning(
f"[LLMClient.fetch_models] Failed to fetch models: {e}",
f"[LLMClient.fetch_models] Failed to fetch models.\n"
f"{self._format_connection_error(e)}",
)
raise
# endregion LLMClient.fetch_models