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

912: Update available GPT models #915

Merged
merged 3 commits into from
Jul 5, 2024
Merged

912: Update available GPT models #915

merged 3 commits into from
Jul 5, 2024

Conversation

chriswilty
Copy link
Member

@chriswilty chriswilty commented Jul 5, 2024

Description

Adds GPT-4 Turbo and GPT-4o, removes some preview models.

resolves #912

Screenshots

Server startup:
image

UI available models
image

Notes

  • GPT-4 is really expensive, so default QA / Prompt Eval model is now GPT-4o
  • Chat model (selectable in UI) is still GPT-3.5 Turbo by default, as it's cheap as chips and the important work is performed by the other two models

Checklist

Have you done the following?

  • Linked the relevant Issue
  • Added tests
  • Ensured the workflow steps are passing

@chriswilty chriswilty merged commit c3b108d into dev Jul 5, 2024
4 checks passed
@chriswilty chriswilty deleted the 912-update-gpt-models branch July 5, 2024 13:38
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.

Update GPT models available
1 participant