[PR #173] [MERGED] chore: Use gpt-4o-mini as default #317

Closed
opened 2026-02-15 19:17:11 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/run-llama/create-llama/pull/173
Author: @leehuwuj
Created: 7/21/2024
Status: Merged
Merged: 7/22/2024
Merged by: @marcusschiesser

Base: mainHead: chore/use-gpt-4o-mini


📝 Commits (2)

📊 Changes

3 files changed (+7 additions, -2 deletions)

View changed files

.changeset/strong-dryers-punch.md (+5 -0)
📝 helpers/providers/openai.ts (+1 -1)
📝 templates/types/streaming/express/src/controllers/engine/settings.ts (+1 -1)

📄 Description

Summary by CodeRabbit

  • New Features

    • Updated the AI model from "gpt-3.5-turbo" to "gpt-4o-mini," potentially enhancing performance and response quality in the application.
  • Bug Fixes

    • Ensured that the transition to the new model maintains existing functionality without introducing any issues.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/run-llama/create-llama/pull/173 **Author:** [@leehuwuj](https://github.com/leehuwuj) **Created:** 7/21/2024 **Status:** ✅ Merged **Merged:** 7/22/2024 **Merged by:** [@marcusschiesser](https://github.com/marcusschiesser) **Base:** `main` ← **Head:** `chore/use-gpt-4o-mini` --- ### 📝 Commits (2) - [`2a66245`](https://github.com/run-llama/create-llama/commit/2a66245304ddb79e1a39ef3c5064ca694fe23451) Use gpt-4o-mini as default - [`01cd89c`](https://github.com/run-llama/create-llama/commit/01cd89c205600844743bde1d17f03ae285c29dd8) add changeset ### 📊 Changes **3 files changed** (+7 additions, -2 deletions) <details> <summary>View changed files</summary> ➕ `.changeset/strong-dryers-punch.md` (+5 -0) 📝 `helpers/providers/openai.ts` (+1 -1) 📝 `templates/types/streaming/express/src/controllers/engine/settings.ts` (+1 -1) </details> ### 📄 Description <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Updated the AI model from "gpt-3.5-turbo" to "gpt-4o-mini," potentially enhancing performance and response quality in the application. - **Bug Fixes** - Ensured that the transition to the new model maintains existing functionality without introducing any issues. <!-- end of auto-generated comment: release notes by coderabbit.ai --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 19:17:11 -05:00
yindo closed this issue 2026-02-15 19:17:11 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: run-llama/create-llama#317