You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 … ]
The text was updated successfully, but these errors were encountered:
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.
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 … ]
The text was updated successfully, but these errors were encountered: