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

enh: gpt-4-turbo rollout #2512

Merged
merged 5 commits into from
Nov 13, 2023
Merged

enh: gpt-4-turbo rollout #2512

merged 5 commits into from
Nov 13, 2023

Conversation

spolu
Copy link
Contributor

@spolu spolu commented Nov 13, 2023

This PR:

  • Moves to gpt-4-turbo for action generation
  • Moves to gpt-4-turbo for the global gpt-4 agent for everyone
  • New custom assistants will be on gpt-4-turbo
  • Introduce a migration to update agents to gpt-4-turbo for a specific workspace

Will run the migration on our own workspace for now

@@ -28,7 +28,7 @@ export const GPT_4_MODEL_CONFIG = {
export const GPT_4_TURBO_MODEL_CONFIG = {
providerId: "openai",
modelId: GPT_4_TURBO_MODEL_ID,
displayName: "GPT 4 Turbo",
displayName: "GPT 4",
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Otherwise we would see GPT 4 Turbo in the assistant builder which I think we want to keep opaque as we kept opaque the fact that we were using 32k

Copy link
Contributor

Choose a reason for hiding this comment

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

agreed

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.

lgtm

@spolu spolu merged commit b1cbb82 into main Nov 13, 2023
1 check passed
@spolu spolu deleted the spolu-gpt_4_turbo branch November 13, 2023 16:42
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.

2 participants