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

Update MistralModel.py with default values for inputs #2293

Merged
merged 2 commits into from
Jun 24, 2024

Conversation

vasconceloscezar
Copy link
Collaborator

This pull request updates the MistralModel.py file to modify the default values for the following inputs:

  • temperature: changed from 0.1 to 0.5

  • max_retries: changed from unspecified to 5

  • timeout: changed from unspecified to 60

  • max_concurrent_requests: changed from unspecified to 3

  • top_p: changed from unspecified to 1

These changes ensure that the default values are set appropriately for the Mistral model.

Copy link

vercel bot commented Jun 24, 2024

Deployment failed with the following error:

Resource is limited - try again in 4 minutes (more than 100, code: "api-deployments-free-per-day").

Copy link

render bot commented Jun 24, 2024

@dosubot dosubot bot added the size:S This PR changes 10-29 lines, ignoring generated files. label Jun 24, 2024
@dosubot dosubot bot added the python Pull requests that update Python code label Jun 24, 2024
Copy link

vercel bot commented Jun 24, 2024

Deployment failed with the following error:

Resource is limited - try again in 3 minutes (more than 100, code: "api-deployments-free-per-day").

Copy link
Contributor

@ogabrielluiz ogabrielluiz left a comment

Choose a reason for hiding this comment

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

LGTM

@dosubot dosubot bot added the lgtm This PR has been approved by a maintainer label Jun 24, 2024
@ogabrielluiz ogabrielluiz merged commit 26e68cd into dev Jun 24, 2024
1 of 2 checks passed
@ogabrielluiz ogabrielluiz deleted the fix/mistralai-model branch June 24, 2024 10:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lgtm This PR has been approved by a maintainer python Pull requests that update Python code size:S This PR changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants