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

Set default model to GPT-3.5 #373

Closed
heatherlogan-scottlogic opened this issue Oct 9, 2023 · 1 comment · Fixed by #374
Closed

Set default model to GPT-3.5 #373

heatherlogan-scottlogic opened this issue Oct 9, 2023 · 1 comment · Fixed by #374
Labels
backend Requires work on the backend
Milestone

Comments

@heatherlogan-scottlogic
Copy link
Contributor

GPT-4 is 20 times more expensive than 3.5, we have been included in some emails re. costs so good idea to switch back for now. Also It seems like 3.5 can be easier to break than 4, so when we develop the new story / instructions/system roles, makes sense to do so with 3.5 in mind.
GPT-3.5 will definitely be adequate for document QA models and LLM evaluation models.
GPT-4 is currently used as default for the main conversation bot - we can replace this with GPT-3.5 and allow used to select GPT-4 in the sandbox.

This ticket

  • use GPT-3.5 as document QA and LLM evaluation bots
  • use GPT-3.5 as default for main conversation
@heatherlogan-scottlogic heatherlogan-scottlogic added the backend Requires work on the backend label Oct 9, 2023
@heatherlogan-scottlogic heatherlogan-scottlogic added this to the MVP milestone Oct 9, 2023
@heatherlogan-scottlogic heatherlogan-scottlogic linked a pull request Oct 9, 2023 that will close this issue
@asaha-scottlogic
Copy link

looks good, defaulted to 3.5 turbo

Image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend Requires work on the backend
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants