-
Notifications
You must be signed in to change notification settings - Fork 317
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
Add Anthropic (non-streaming) Support #193
Conversation
…ng through anthropic responses
Deploying pydantic-ai with Cloudflare Pages
|
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:
- Groq
I think let's merge this now to get in front of merge conflicts, but @samuelcolvin should probably look through before the next release. |
facf1ba
to
928efb5
Compare
Starts work on #63, #63 needs streaming support before closure.
Notable other, non-anthropic related changes made here:
Things deferred to future PR:
TypedDict
of commonmessages.create
args liketemperature
andmax_tokens
that's configurable at therun
level for the user.Notes: