Skip to content

Commit

Permalink
Change
Browse files Browse the repository at this point in the history
  • Loading branch information
BeatrixCohere committed Aug 9, 2024
1 parent 8fcf763 commit eeb5388
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/model_deployments/cohere_platform.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def list_models(cls) -> List[str]:

if not response.ok:
logger.warning(
event=f"[Cohere Deployment] Error retrieving models: Invalid HTTP {response.status_code} response",
event=f"[Cohere Deployment] Error retrieving models: Invalid HTTP {response.status_code} response: {response.text}",
)
return []

Expand Down

0 comments on commit eeb5388

Please sign in to comment.