melih-unsal / DemoGPT

🤖 Everything you need to create an LLM Agent—tools, prompts, frameworks, and models—all in one place.
MIT License
1.69k stars 200 forks source link

export the code #40

Closed syberkitten closed 1 year ago

syberkitten commented 1 year ago

Amazing project and Idea!! would love to know how can I export the code that was generated into an app, and continue developing it....

melih-unsal commented 1 year ago

Hi @syberkitten, I really appreciated your attention.

After the app is generated, code expander appears at the bottom that you can copy by pressing the copy button. The generated code and the project's requirements.txt is what you need to have a fresh start in a project. If you like, you can also directly edit the code by pressing the Edit button then Save & Rerun button to immidiately see the effect on the browser.

I hope these are what you need. If not, don't hesitate to state here.