Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change deployment > model in CLI #69

Closed
wants to merge 1 commit into from

Conversation

elaineg
Copy link
Contributor

@elaineg elaineg commented Apr 28, 2024

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 and make run-tests

@elaineg elaineg requested a review from a team as a code owner April 28, 2024 20:13
@@ -14,8 +14,8 @@ class bcolors:


"""
To add a new deployment, add a new DeploymentName enum and a new entry in the DEPLOYMENTS dictionary containing the secrets required for the deployment.
If the deployment requires a custom implementation, add a new key "custom_implementation" with the function that will be called to set up the deployment.
To add a new model, create a new DeploymentName enum and a new entry in the DEPLOYMENTS dictionary containing the secrets required for the model deployment.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we default to calling it model deployment? It might be confusing to refer to this by model or by deployment separately

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Agreed

Copy link
Collaborator

@tianjing-li tianjing-li left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Change naming to model deployment

@tianjing-li
Copy link
Collaborator

Closing as its out of date now

@tianjing-li tianjing-li closed this May 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants