How to download GPT-generated file? #2017
cloudsthere
started this conversation in
General
Replies: 2 comments
-
same issue for me, and I guess we both on windows |
Beta Was this translation helpful? Give feedback.
0 replies
-
You can find a example in our demo js: const response = await fetch(`/backend-api/v2/create?prompt=${prompt}&filter_markdown=html&cache=${cache_id}`);
const text = await response.text()
background.src = `data:text/html;charset=utf-8,${encodeURIComponent(text)}`;
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Like this, sandbox:/mnt/data/xxxx.csv
Beta Was this translation helpful? Give feedback.
All reactions