Skip to content

Commit 30ce707

Browse files
committed
fix: remove debug prints
Signed-off-by: Jan Pokorný <JenomPokorny@gmail.com>
1 parent e51eff3 commit 30ce707

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

  • apps/agentstack-cli/src/agentstack_cli/commands

apps/agentstack-cli/src/agentstack_cli/commands/model.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -464,9 +464,6 @@ async def _select_default_model(
464464
{"role": "user", "content": "Hello!"},
465465
],
466466
)
467-
console.print(f"DEBUG response: choices={test_response.choices!r}")
468-
if test_response.choices:
469-
console.print(f"DEBUG content: {test_response.choices[0].message.content!r}")
470467
if not test_response.choices or "hello" not in (test_response.choices[0].message.content or "").lower():
471468
raise ModelProviderError("Model did not provide a proper response.")
472469
else:

0 commit comments

Comments
 (0)