date fx
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user