mirror of
https://github.com/run-llama/create-llama.git
synced 2026-07-16 03:04:21 -04:00
Support generation of downloadable artifacts #54
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @marcusschiesser on GitHub (Sep 17, 2024).
Originally assigned to: @marcusschiesser, @leehuwuj on GitHub.
Currently, all artifacts (e.g. HTML files or code) are inline.
We should add a feature to show a generated artifact as an icon, and the user can download the artifact.
This would also allow to generate artifacts, that are not directly generated by the LLM, e.g., a PPT or PDF file.
Possible use cases:
@marcusschiesser commented on GitHub (Sep 22, 2024):
#290 will add showing generated code as an artifact that could be viewed or executed.
In this ticket, we will focus on generating a PDF file and making it downloadable to the user (see https://x.com/jerryjliu0/status/1838014425120612806)
@marcusschiesser commented on GitHub (Sep 25, 2024):
Assumption: The generated artifact will be served by the file server (similar to E2B artifacts).
Sub-Tasks