-
-
Notifications
You must be signed in to change notification settings - Fork 102
[Platform] Add Scaleway #394
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
081a03e
to
8211b77
Compare
8211b77
to
8dded69
Compare
First round of comments adressed - thanks @OskarStark and @welcoMattic. |
@chr-hertel @OskarStark Should the configuration of the bundle be in a separate PR? |
Capability::INPUT_MESSAGES, | ||
Capability::INPUT_IMAGE, | ||
Capability::INPUT_PDF, | ||
Capability::INPUT_MULTIPLE, | ||
Capability::OUTPUT_TEXT, | ||
Capability::OUTPUT_STREAMING, | ||
Capability::OUTPUT_STRUCTURED, | ||
Capability::TOOL_CALLING, |
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.
As it's done for other platforms, we will need to provide examples for most of these capabilities. (I'm currently doing it for Perplexity :D )
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 am in the process of clustering various capabilities to models as not all have the same.
No, I prefer it here in this PR, thanks |
Added support for embeddings with an example. |
f5df13e
to
d5510fc
Compare
27dc8c5
to
f13c5f6
Compare
d37e26f
to
accb842
Compare
Needs a rebase |
d6838b7
to
30e4973
Compare
30e4973
to
9f2efd4
Compare
Please add tests |
I am in the process of writing the tests. Should be done be tomorrow. Sorry for the delay. |
No worries, take your time. Thanks for the feedback |
9f2efd4
to
ed62d06
Compare
@OskarStark Added the missing tests and also added more examples. |
ed62d06
to
9fde21a
Compare
9fde21a
to
5a162c5
Compare
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.
Tested successfully - thank you @daFish!
Thank you @daFish. |
My pleasure. 🙇🏻 |
This PR adds Scaleway as a supported Platform.
Models are (excerpt): gpt-oss-120b, qwen3-235b-a22b-instruct-2507, gemma-3-27b-it
API is compatible with OpenAI API.
Todos: