-
-
Notifications
You must be signed in to change notification settings - Fork 102
[Platform][Mistral] Add DocumentUrlNormalizer
#475
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
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.
Thanks for working on extended mistral support - I'd like to know how you ended up implementing this - the default contract should cover parts of this as well. please double check, and provide only necessary code combined with working examples.
thanks already!
src/platform/src/Bridge/Mistral/Contract/DocumentUrlNormalizer.php
Outdated
Show resolved
Hide resolved
src/platform/src/Bridge/Mistral/Contract/ImageUrlNormalizer.php
Outdated
Show resolved
Hide resolved
src/platform/tests/Bridge/Mistral/Contract/DocumentUrlNormalizerTest.php
Outdated
Show resolved
Hide resolved
a303b10
to
b9f776c
Compare
DocumentUrlNormalizer
, ImageNormalizer
and ImageUrlNormalizer
DocumentUrlNormalizer
Adding |
src/platform/tests/Bridge/Mistral/Contract/DocumentUrlNormalizerTest.php
Outdated
Show resolved
Hide resolved
src/platform/tests/Bridge/Mistral/Contract/DocumentUrlNormalizerTest.php
Outdated
Show resolved
Hide resolved
eceff72
to
27e3d1c
Compare
27e3d1c
to
bbaa6e9
Compare
Thank you @petski. |
Normalizer for
DocumentUrl
As promised in #464 :)
See https://docs.mistral.ai/api/#tag/chat/operation/chat_completion_v1_chat_completions_post for documentation