-
Notifications
You must be signed in to change notification settings - Fork 76
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
feat: call generate image API if isImageGeneration
is true.
#3001
base: feature/model-player-UI-updated
Are you sure you want to change the base?
feat: call generate image API if isImageGeneration
is true.
#3001
Conversation
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has required the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
e62b4d3
to
bde6323
Compare
10d365d
to
d88dc15
Compare
d88dc15
to
e90687f
Compare
bde6323
to
6dabc24
Compare
e90687f
to
6b7f5b3
Compare
6b7f5b3
to
5a3b049
Compare
5a3b049
to
7a48c24
Compare
0d70dc9
to
434bd39
Compare
434bd39
to
370ae55
Compare
bca06e7
to
9e6681c
Compare
c156365
to
164d29c
Compare
9e6681c
to
897fa04
Compare
df487b0
to
3a14e58
Compare
3a14e58
to
0023202
Compare
6191df7
to
c1d09da
Compare
897fa04
to
20f30e9
Compare
c1d09da
to
fdabe39
Compare
20f30e9
to
92a7fb2
Compare
fdabe39
to
d1f3928
Compare
92a7fb2
to
485166d
Compare
d1f3928
to
9dd15bd
Compare
485166d
to
d5ecd58
Compare
9dd15bd
to
4c99988
Compare
e6fa357
to
485166d
Compare
485166d
to
9c7c4f7
Compare
4c99988
to
4894597
Compare
9c7c4f7
to
6671ab7
Compare
4894597
to
b9b1ce5
Compare
6671ab7
to
3de5bde
Compare
b9b1ce5
to
51cc4f4
Compare
3de5bde
to
f76379e
Compare
51cc4f4
to
0df1259
Compare
f76379e
to
de27522
Compare
0df1259
to
fc30709
Compare
de27522
to
cb7948d
Compare
fc30709
to
a06c80f
Compare
Add Image Generation Feature to LLM Chat Component
This PR adds image generation capabilities to the LLM Chat Card component, allowing users to generate images from text prompts using a Stable Diffusion endpoint.
Key Changes:
isImageGeneration
propgenerateImage
function to handle image generation requestsChecklist:
Review Requirements: