Skip to content

test: remove mistral from smoke tests #987

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

Merged
merged 1 commit into from
Jun 23, 2025

Conversation

njhale
Copy link
Member

@njhale njhale commented Jun 23, 2025

The smoke tests for mistral-large-2402 are failing because its responses for certain test cases have changed since the initial golden files were generated. After a bit of investigation, it looks like this model was deprecated in November 2024 and retired in June 2025. Also, from what I can tell, contemporary Mistral models like mistral-large-2411 and mistral-medium-2505 don't actually make the expected tool calls required to pass the GPTScript's smoke tests, so swapping out the model is not feasible at this time.

In light of these findings, remove mistral from the set of smoke tested model providers.

The smoke tests for `mistral-large-2402` are failing because its responses for certain test cases
have changed since the initial golden files were generated. After a bit of investigation, it looks like
this model was deprecated in November 2024 and retired in June 2025. Also, from what I can tell,
contemporary Mistral models like `mistral-large-2411` and `mistral-medium-2505` don't actually make
the expected tool calls required to pass the GPTScript's smoke tests, so swapping out the model is not
feasible at this time.

In light of these findings, remove mistral from the set of smoke tested model providers.

Signed-off-by: Nick Hale <[email protected]>
@njhale
Copy link
Member Author

njhale commented Jun 23, 2025

Note: The mistral smoke tests will still run on this PR since the current workflow file from main is used for PRs.

@njhale
Copy link
Member Author

njhale commented Jun 23, 2025

Going to go ahead and merge this with @thedadams review.

@njhale njhale merged commit d845bab into gptscript-ai:main Jun 23, 2025
10 of 12 checks passed
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.

2 participants