Pets-without-names / Jax-Pet-Names

This project is a collaboration designed to create a pet naming web application.
MIT License
3 stars 2 forks source link

AI generated names #19

Open JaxTurboNerd opened 1 year ago

JaxTurboNerd commented 1 year ago

Use Openai or another ai source to allow the user to use AI chat to generate names or a list of names. This will also allow the user to add some creativity such as cartoon or movie character themes. I created a local branch and have this functionality working through my Openai account. let me know if anyone is interested.

murjax commented 7 months ago

Any interest in this still? OpenAI appears to charge for their base GPT 3.5 model currently. Not sure if that's something we want to open up. Alternatively we could let users import names (from ChatGPT or elsewhere) with a bulk import tool.

JaxTurboNerd commented 7 months ago

I was aware of the cost using Chat GPT when I created this issue. I am still interested but not committed to adding this functionality. I'm definitely open to ideas as you mentioned.

JaxTurboNerd commented 6 months ago

OpenAI Information: https://platform.openai.com/docs/guides/prompt-engineering

JaxTurboNerd commented 6 months ago

created branch 'openai'