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

fix(editor): Update default LLM to GPT-4 #253

Merged
merged 1 commit into from
Dec 18, 2024

Conversation

toyamarinyon
Copy link
Contributor

Change text generation model from Claude 3 Sonnet to OpenAI's GPT-4 in the playground editor's default configuration

  • Replaces anthropic:claude-3-5-sonnet-latest with openai:gpt-4o
  • Keeps other generation parameters (temperature, topP) unchanged

Change text generation model from Claude 3 Sonnet to OpenAI's GPT-4 in the
playground editor's default configuration

- Replaces anthropic:claude-3-5-sonnet-latest with openai:gpt-4o
- Keeps other generation parameters (temperature, topP) unchanged
@toyamarinyon toyamarinyon requested a review from shige as a code owner December 18, 2024 07:10
Copy link

vercel bot commented Dec 18, 2024

@toyamarinyon is attempting to deploy a commit to the Edge Team on Vercel.

A member of the Team first needs to authorize it.

Copy link

vercel bot commented Dec 18, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
giselle ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 18, 2024 7:26am

Copy link
Member

@shige shige left a comment

Choose a reason for hiding this comment

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

LGTM! 👍

@toyamarinyon toyamarinyon merged commit 2ee6165 into giselles-ai:main Dec 18, 2024
5 checks passed
@toyamarinyon toyamarinyon deleted the set-4o-to-default-llm branch December 18, 2024 07:33
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.

Update the default LLM from anthropic:claude-3.5-sonnet to openai:gpt-4o
2 participants