-
-
Notifications
You must be signed in to change notification settings - Fork 254
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
Get tests passing against Pydantic 1 #169
Comments
|
I ran this in the pip install pydantic==1.10.2 The tests passed there too. |
This feature is broken too:
|
I'm going to drop
Lines 590 to 606 in 7ca9231
|
I think I can get a better presentation out of the schema information anyway. |
Current output for
|
It's just |
One big irritation:
|
Two
Those are from this code: Lines 6 to 12 in 36f8ffc
llm/llm/default_plugins/openai_models.py Lines 8 to 12 in 36f8ffc
|
It looks like The idea was to allow templates to define their own model configuration options - things like temperature - but I never actually implemented it. |
The tests pass and manual testing of templates works on Pydantic 1 and Pydantic 2. |
Oops, tests are failing on Pydantic 1 because I ignored a Pydantic 2 warning in a way that broke
|
Refs:
I'm seeing test failures locally against
pip install pydantic==1.10.2
The text was updated successfully, but these errors were encountered: