zzzprojects / zzzcode.ai

AI Website for developers. Use ChatGPT to answer questions, write code, and more.
https://zzzcode.ai
MIT License
108 stars 15 forks source link

add generating prompt to code as comment? #72

Open bruce-simonson opened 5 days ago

bruce-simonson commented 5 days ago

Greetings from Juneau Alaska!

Finding this AI code generator very amazing, thank you.

I’m working Python code generation, with a lot of success.

It would be helpful if the generating prompt could be included as a comment in the generated Python code. Perhaps as a checkbox option, for the user to choose?

Maybe something like:

☒ Include prompt as comment in code

Giving something like this as code output:

"""

Code generated by ZZZ Code AI on [timestamp] with this prompt:

[whatever the prompt was]

"""

[whatever the generated code is … ]

JonathanMagnan commented 2 days ago

Hello @bruce-simonson ,

Thank you for this suggestion. I agree that having additional options like this one about the comment will be useful.

All development on this website is currently temporarily paused but will soon resume as I'm currently writing some specifications to hire a company to make this website evolve. A lot of improvement is planned now that using AI is around 90% cheaper than last year.

Best Regards,

Jon