Pascal M
Pascal M
I think, in theory, it would be possible by doing the following 1. create a new app 2. copy over the environment values (optional? checkbox?) 3. copy over the deployment...
As promised, I'm working on that issue and have made some design decisions: - I use https://github.com/i18next as it already has a Loader/Loadable system and is feature rich, however it...
Update: I'm almost done. I've implemented the feature on my private bot and everything seems to work. Only the translations for the type validations are missing.
@Torbraw @Kaon68 Please look at the PR for this issue: https://github.com/discordjs/Commando/pull/324#issuecomment-780927084 @Gawdl3y did not like my solution and I started to rewrite it but I had not time yet to...
Another user faced this issue, see https://discord.com/channels/1082486657678311454/1107330913139970128/1200485873318383677
I tested it on cloud and the tool does respond with the same text, but the image is visible here: 
I did more debugging. API Logs: ``` INFO:httpx:HTTP Request: POST https://api.openai.com/v1/images/generations "HTTP/1.1 200 OK" INFO:httpx:HTTP Request: POST https://api.openai.com/v1/chat/completions "HTTP/1.1 200 OK" ``` Looks like the image has been generated. I...
Fixed for me by adding a missing entry in the nginx conf (`etc/nginx/conf.d/default.conf`). ``` location /files { proxy_pass http://api:5001; include proxy.conf; } ``` I used https://github.com/BorisPolonsky/dify-helm to set up dify...
> > Define the system prompt "You are an Agent capable of generating images with the tool DALL-E. Generated images will be sent to the user as an answer and...
We could update the screenshots to keep the docs updated, but I don't have access to the workflows used to make them: https://docs.dify.ai/features/workflow?