-
-
Notifications
You must be signed in to change notification settings - Fork 103
[Platform][OpenAI] Add region
option
#409
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
region
option
5689800
to
32144f8
Compare
Ready to merge |
two things:
|
8fcb070
to
294cf94
Compare
makes sense, lets do it
I will have a look, but as a follow up then |
cee3e39
to
1f3501c
Compare
217af4e
to
5df37f6
Compare
* @author Christopher Hertel <mail@christopher-hertel.de> | ||
*/ | ||
final readonly class ModelClient implements PlatformResponseFactory | ||
final readonly class ModelClient extends AbstractModelClient implements PlatformResponseFactory |
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.
@chr-hertel in src/platform/src/Bridge/OpenAi/DallE/ModelClient.php we do not alias the ModelClientInterface to PlatformResponseFactory
. Shall we streamline this?
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'm afraid the PlatformResponseFactory
is rather a artifact from old times and is not needed anymore
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.
Ok
0d3c864
to
ea7cf98
Compare
Ready to merge from my side @chr-hertel @petski |
ea7cf98
to
c8b86aa
Compare
65d3656
to
3472859
Compare
ff2a335
to
3472859
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.
In general you could pull more logic up into the abstract implementation, but the region stuff was the important part to me at this point
a77f37f
to
0a0b6bc
Compare
Uh oh!
There was an error while loading. Please reload this page.