cohere-toolkit
cohere-toolkit copied to clipboard
Change deployment > model in CLI
Thank you for contributing to the Cohere Toolkit!
-
[ ] Change deployment > model in CLI: "main.cli: mentions of deployment updated to be 'model'" Users were getting confused by deployment being required, thinking that it was the app deployment. updates description to clarify that users should select a model in order for the app to work.
-
[ ] PR message:
- Description: In main.cli, update mentions of deployment in the instructions to model.
-
[ ] Add tests and docs: Please include testing and documentation for your changes
-
[ ] Lint and test: Run
make lint
andmake run-tests