Skip to content

[WIP] Check if models are impacted by recent GitHub Models deprectation#135

Merged
jongalloway merged 1 commit into
mainfrom
copilot/fix-b39ed0c1-cb9f-4d9a-ac44-35dab68e17ca
Sep 28, 2025
Merged

[WIP] Check if models are impacted by recent GitHub Models deprectation#135
jongalloway merged 1 commit into
mainfrom
copilot/fix-b39ed0c1-cb9f-4d9a-ac44-35dab68e17ca

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Sep 28, 2025

Analysis of GitHub Models deprecation impact

Based on my investigation of the repository:

Current Status:

  • Analyzed repository structure and identified all model references
  • Confirmed build process works correctly
  • Found no deprecated Phi-3.x models currently in use

Findings:

  • Repository currently uses gpt-4o-mini and text-embedding-3-small models (not deprecated)
  • Found phi4-mini reference in devcontainer configuration (.github/.devcontainer/Ollama/devcontainer.json)
  • No deprecated models (Phi-3-medium-4k-instruct, Phi-3-medium-128k-instruct, Phi-3-mini-128k-instruct, Phi-3-mini-4k-instruct, Phi-3-small-128k-instruct, Phi-3-small-8k-instruct, Phi-3.5-mini-instruct, Phi-3.5-MoE-instruct, Phi-3.5-vision-instruct) found in the codebase

Action Plan:

  • Verify that phi4-mini in devcontainer is correct model name (should be Phi-4-mini-instruct)
  • Update devcontainer configuration if needed to use correct model name
  • Validate all builds continue to work after any changes
  • Document current model usage for future reference

Conclusion:
The repository is not significantly impacted by the GitHub Models deprecation since it doesn't use any of the deprecated Phi-3.x models. Only potential issue is the devcontainer model name verification.

Original prompt

This section details on the original issue you should resolve

<issue_title>Check if models are impacted by recent GitHub Models deprectation</issue_title>
<issue_description>GitHub Models recently deprecated some models. Check if we need to update both code and markdown based on these changes.

Phi-3-medium-4k-instruct users should transition to Phi-4.
Phi-3-medium-128k-instruct users should transition to Phi-4.
Phi-3-mini-128k-instruct users should transition to Phi-4-mini-instruct.
Phi-3-mini-4k-instruct users should transition to Phi-4-mini-instruct.
Phi-3-small-128k-instruct users should transition to Phi-4-mini-instruct.
Phi-3-small-8k-instruct users should transition to Phi-4-mini-instruct.
Phi-3.5-mini-instruct users should transition to Phi-4-mini-instruct.
Phi-3.5-MoE-instruct users should transition to Phi-4-mini-instruct.
Phi-3.5-vision-instruct users should transition to Phi-4-mini-instruct.

Source: https://github.blog/changelog/2025-09-11-deprecated-microsoft-models-in-github-models/</issue_description>

Comments on the Issue (you are @copilot in this section)

Fixes #134

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

@jongalloway jongalloway marked this pull request as ready for review September 28, 2025 00:52
@jongalloway jongalloway merged commit 491c27d into main Sep 28, 2025
1 of 2 checks passed
@jongalloway jongalloway deleted the copilot/fix-b39ed0c1-cb9f-4d9a-ac44-35dab68e17ca branch September 28, 2025 00:53
Copilot AI requested a review from jongalloway September 28, 2025 00:53
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.

Check if models are impacted by recent GitHub Models deprectation

2 participants