Why is there no ImageClient? #2407
Thinkenterprise
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Why is there only a
ChatClient
for aChatModel
, but no client for images, embeddings etc models. For example, an ImageClient for ImageModel? I think if you wanted to encapsulate the models with the client and provide a simple user interface with additional functions (advisors), that makes sense for the other models too, right? It would also be consistent and you would have a uniform approach.As with the models, you would have an interfaceClient
and then accordinglyChatClient
,ImageClient
e.g.Beta Was this translation helpful? Give feedback.
All reactions