Skip to content

Conversation

Copilot
Copy link

@Copilot Copilot AI commented Sep 10, 2025

This PR adds GPT-3.5-Turbo to the list of supported models in lib/models.json as requested in the issue.

Changes Made

  • Added GPT-3.5-Turbo model entry to the OpenAI models section with the following configuration:
    • ID: gpt-3.5-turbo
    • Provider: OpenAI
    • Provider ID: openai
    • Name: GPT-3.5 Turbo
    • Multi-modal: false

Positioning

The model has been strategically placed between o1-mini and gpt-4-turbo in the OpenAI models group to maintain logical ordering and grouping of similar models.

Validation

  • ✅ JSON syntax validation passes
  • ✅ TypeScript compilation succeeds
  • ✅ ESLint validation passes with no new issues
  • ✅ Model can be loaded correctly by the existing provider configuration
  • ✅ Maintains consistent formatting with existing model entries

The change is minimal and surgical - only adding the single required model entry without modifying any existing functionality. The existing OpenAI provider configuration in models.ts will automatically handle this new model since it uses the same openai provider ID.

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • fonts.googleapis.com
    • Triggering command: /usr/local/bin/node /home/REDACTED/work/fragments/fragments/node_modules/next/dist/compiled/jest-worker/processChild.js (dns block)

If you need me to access, download, or install something from one of these locations, you can either:


💬 Share your feedback on Copilot coding agent for the chance to win a $200 gift card! Click here to start the survey.

Copy link

vercel bot commented Sep 10, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
fragments Ready Ready Preview Comment Sep 10, 2025 0:59am

@Copilot Copilot AI changed the title [WIP] Add GPT-3.5 Turbo model to supported models list Add GPT-3.5-Turbo to supported models list Sep 10, 2025
@Copilot Copilot AI requested a review from mishushakov September 10, 2025 13:07
Copilot finished work on behalf of mishushakov September 10, 2025 13: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.

2 participants