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

Upgrade gpt-4-32k to GPT-4-Turbo (128K context length) for cost reduction #313

Merged
merged 1 commit into from
Mar 7, 2024

Conversation

davidgxue
Copy link
Collaborator

@davidgxue davidgxue commented Mar 6, 2024

Description

  • it is 6 times cheaper to use gpt-4 turbo the newer model with 128k context length than gpt-4-32k
  • it is also more performant
  • Changed model temperature as well since high temperature does not make sense. We do not need extract entropy or "creativity" in the response for RAG apps

closes #314

@davidgxue davidgxue merged commit 7211a5e into main Mar 7, 2024
8 checks passed
@davidgxue davidgxue deleted the change-to-gpt4-turbo-128k branch March 7, 2024 17:19
@davidgxue davidgxue added this to the 0.3.1 milestone Mar 7, 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.

Cost Reduction & Upgrade: Use gpt-4-0125-preview GPT 4 turbo with 128K context length
2 participants