Is image generation working in v0.7.7? #6336
Unanswered
rioiart
asked this question in
Troubleshooting
Replies: 4 comments 1 reply
-
+1 |
Beta Was this translation helpful? Give feedback.
0 replies
-
+1 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
-
Currently, the generated images are being returned to the LLM. If your configured LLM doesn't support this, it will result in an error, but it will still show the image. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Hi all,
I have been trying without success to get image generation working in librechat. I created an agent and I added the DALL-E-3 tool. I set the environment variables correctly (tested on the command line that image generation works with the API key) but I get a completely non-informative error in the UI (checked the log files, there is nothing even with debug logging enabled)
The log file () contains this:
I added more logging in the _call function in the DALLE3.js script, but it seems that the function is never called.
I also tried flux and that also didn't work. Same issue.
Can anyone confirm the status of the image generation feature in v0.7.7? Looking forward to any replies!
Beta Was this translation helpful? Give feedback.
All reactions