-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Prefix all models with provider for consistency #593
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
Conversation
Deploying pydantic-ai with
|
Latest commit: |
78db3db
|
Status: | ✅ Deploy successful! |
Preview URL: | https://a94ffc81.pydantic-ai.pages.dev |
Branch Preview URL: | https://anthropic-consistency.pydantic-ai.pages.dev |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1 files reviewed, 1 total issue(s) found.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
otherwise LGTM.
Co-authored-by: Samuel Colvin <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The style guide flagged several spelling errors that seemed like false positives. We skipped posting inline suggestions for the following words:
- Generative
- Language
We now prefix all known model names with their providers.
This means that we've added the following provider prefixes:
anthropic
google-gla
vertexai
->google-vertex
Old model names should still work, ex
claude-3-5-sonnet-latest
andanthropic:claude-3-5-sonnet-latest
should both work.Also, improving coverage to 100% for
models/__init__.py