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

change default model to GPT-3.5-turbo #374

Merged
merged 2 commits into from
Oct 17, 2023

Conversation

heatherlogan-scottlogic
Copy link
Contributor

@heatherlogan-scottlogic heatherlogan-scottlogic commented Oct 9, 2023

This ticket

use GPT-3.5 as document QA and LLM evaluation bots
use GPT-3.5 as default for main conversation

Copy link
Member

@chriswilty chriswilty left a comment

Choose a reason for hiding this comment

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

Looks good to me 👍

Copy link
Member

@chriswilty chriswilty left a comment

Choose a reason for hiding this comment

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

👍 Looks good to me!

Copy link
Contributor

@gsproston-scottlogic gsproston-scottlogic left a comment

Choose a reason for hiding this comment

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

Just a small change from me

>
{chatModelOptions.map((model) => (
<option key={model} value={model}>
<option key={model} value={model} selected={model == modelInUse}>
Copy link
Contributor

Choose a reason for hiding this comment

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

Should use === here?

Copy link
Member

Choose a reason for hiding this comment

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

Well spotted! I feel we should activate a linter warning for this... It's eqeqeq but it's not included in the recommended ruleset, so we'd need to turn it on. It's worth having.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

ah yeah this always gets me :') changed and added a lint!

Copy link
Contributor

@gsproston-scottlogic gsproston-scottlogic left a comment

Choose a reason for hiding this comment

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

Nice! Lovely that the rule is included here too 👍

@heatherlogan-scottlogic heatherlogan-scottlogic merged commit 4f87975 into dev Oct 17, 2023
2 checks passed
@gsproston-scottlogic gsproston-scottlogic deleted the 373-set-default-model-to-gpt-35 branch October 18, 2023 14:13
chriswilty pushed a commit that referenced this pull request Apr 8, 2024
* change default model to GPT-3.5-turbo

* eqeqeq eslint
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.

Set default model to GPT-3.5
3 participants