Feat/watson in cli (#1535)

* getting cli and .env to work together for different models

* support new models

* clean up prints

* Add support for cerebras

* Fix watson keys
This commit is contained in:
Brandon Hancock (bhancock_ai)
2024-11-05 12:01:57 -05:00
committed by GitHub
parent f50e709985
commit 3d44795476
5 changed files with 259 additions and 67 deletions

View File

@@ -48,4 +48,4 @@ class {{crew_name}}Crew():
process=Process.sequential,
verbose=True,
# process=Process.hierarchical, # In case you wanna use that instead https://docs.crewai.com/how-to/Hierarchical/
)
)