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 BulkSearchControls.vue to use the new ChatGPT 4o mini #9623

Conversation

benbdeitch
Copy link
Collaborator

Closes #9620

This PR switches our Bulk Search feature to use a cheaper ChatGPT model.

Technical

Testing

Go to /search/bulk, and try it out. You'll need to provide your own OpenAI API key.

Screenshot

Stakeholders

@cdrini

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 16.21%. Comparing base (ce16a79) to head (e19a972).
Report is 55 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #9623      +/-   ##
==========================================
+ Coverage   16.06%   16.21%   +0.15%     
==========================================
  Files          90       90              
  Lines        4769     4786      +17     
  Branches      832      829       -3     
==========================================
+ Hits          766      776      +10     
- Misses       3480     3486       +6     
- Partials      523      524       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Collaborator

@cdrini cdrini left a comment

Choose a reason for hiding this comment

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

Tested on testing, looking good!

@cdrini cdrini merged commit 4d8cd39 into internetarchive:master Jul 24, 2024
4 checks passed
@cdrini cdrini changed the title Update BulkSearchControls.vue to use the new ChatGPT 4.o mini Update BulkSearchControls.vue to use the new ChatGPT 4o mini Jul 24, 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.

Switch to gpt-4o-mini and confirm all works well (it's cheaper!)
3 participants