-
Notifications
You must be signed in to change notification settings - Fork 8
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
ENG-849 ENG-819 Refactor Anthropic parsing code for async and sync with httpx client #183
Conversation
72a249f
to
1cb5bc0
Compare
1cb5bc0
to
d190b96
Compare
from log10.load import log10 | ||
from log10.load import Anthropic, AsyncAnthropic |
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.
wondering if we should keep testing log10(anthropic)
assume that's the main use case. Then add separate from log10.load import Anthropic, AsyncAnthropic
tests (could be in a follow up PR).
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.
we use log10(anthropic)
in test_magentic.py, would that be enough coverage?
tests/test_magentic.py
Outdated
|
||
|
||
@pytest.fixture | ||
def _fixt(llm_provider, magentic_models, request): |
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.
maybe rename chat_model
?
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.
I updated to _magentic_model_obj
, is it okay?
anthropic released 0.29.0 today. should we check if 0.29 works in this PR? |
I updated anthropic version to 0.29.0 and some of examples with the latest model. They all work as expected. |
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.
Great work! 💯
Description:
0.29.0
version