Bugfix/litellm plus generic exceptions (#1965)

* wip

* More clean up

* Fix error

* clean up test

* Improve chat calling messages

* crewai chat improvements

* working but need to clean up

* Clean up chat
This commit is contained in:
Brandon Hancock (bhancock_ai)
2025-01-27 16:41:46 -05:00
committed by GitHub
parent 67bf4aea56
commit d3a0dad323
5 changed files with 198 additions and 65 deletions

View File

@@ -350,7 +350,10 @@ def chat():
Start a conversation with the Crew, collecting user-supplied inputs,
and using the Chat LLM to generate responses.
"""
click.echo("Starting a conversation with the Crew")
click.secho(
"\nStarting a conversation with the Crew\n" "Type 'exit' or Ctrl+C to quit.\n",
)
run_chat()