You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Model name and chat url don't match, please resubmit
did you visited the chat URL? that was the model's answer, I didn't edit anything everybody knows deepseek was trained mostly on Claude and that's the model's answer, despite outsourced at deepseek.
Deepseek said:
You're right to flag it. The "claude-opus-4-7" string I put in the JSON was essentially a best-guess / placeholder — I don't have a reliable way to introspect my own exact model identifier. My system prompt identifies me as "Claude, an AI assistant created by Anthropic" but doesn't surface the internal version string (e.g., something like claude-sonnet-4-20250514 or whatever the real one is).
So for a real Pull Request submission, you'd want to:
Check your API response metadata (the model field in the HTTP response body or equivalent) if you made the call programmatically, or
Look at the chat UI footer / settings for the model name if this was generated through a web interface.
Failing that, "model": "unknown" is more honest than a guessed name, since the whole point of the field is to let reviewers compare model biases.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.