Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ChatGPT to generate prompts #27

Open
recrudesce opened this issue Jan 18, 2023 · 1 comment
Open

ChatGPT to generate prompts #27

recrudesce opened this issue Jan 18, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@recrudesce
Copy link
Contributor

I just ordered the kit to make one of these, cos it's amazingly cool. I've been messing around with AI stuff, image generation AND text generation, and thought it'd be interesting if pycasso could potentially use an external API to generate prompts.

In my research I've found that while there are external prompt generators, most of them do not provide an API. Then I came across this: https://pub.towardsai.net/design-your-ai-art-generator-prompt-using-chatgpt-7a3dfddf6f76

So I'm wondering how easy it might be to implement something like this - I'll give it a go when my hardware arrives, but you might have better luck considering how more advanced you are with Python than I.

@jezs00 jezs00 added the enhancement New feature or request label Jan 19, 2023
@jezs00
Copy link
Owner

jezs00 commented Jan 19, 2023

This would definitely be possible, and to be honest probably not that hard. We already use openai's python api wrapper, and chatgpt will likely be rolled into it, or implemented in another wrapper. I'll leave this for now, and can pick it up when the API is released.

@jezs00 jezs00 added help wanted Extra attention is needed and removed help wanted Extra attention is needed labels Feb 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants