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

Inputs generation improvements #1982

Merged
merged 1 commit into from
Oct 6, 2023
Merged

Conversation

spolu
Copy link
Contributor

@spolu spolu commented Oct 6, 2023

Fixes 1874

  • Rename GPT_3_5_TURBO_DEFAULT_MODEL_CONFIG to GPT_3_5_TURBO_16K_MODEL_CONFIG
  • Rename GPT_4_DEFAULT_MODEL_CONFIG to GPT_4_32K_MODEL_CONFIG

Because it was hella confusing

Otherwise switch to gpt-4-32k with fallback to gpt-4 based on context requirements for inputs generation.|

Testing with the dust-apps, gpt-4 is much better at taking into account the entire conversation,

@spolu spolu requested review from fontanierh and philipperolet and removed request for fontanierh October 6, 2023 08:16
Copy link
Contributor

@fontanierh fontanierh left a comment

Choose a reason for hiding this comment

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

💯

Copy link
Contributor

@philipperolet philipperolet left a comment

Choose a reason for hiding this comment

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

👍

@spolu spolu merged commit cf0ad73 into main Oct 6, 2023
1 check passed
@spolu spolu deleted the spolu-inputs_generator_improvements branch October 6, 2023 09:07
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.

Optimize inputs-generator Model and Prompt
3 participants