parsehex / BuddyGenAI

Everyone needs a buddy -- make one and chat with them using BuddyGenAI
https://buddygenai.com
MIT License
0 stars 0 forks source link

Prompt Manager #16

Open parsehex opened 1 week ago

parsehex commented 1 week ago

It could be nice to have an interface for the user to be able to customize the app's various prompts for different parts (generating buddy image prompt, chat images, etc.) Allowing the user to manage their own prompts I think would add to the app's level of customization ability.

What would be a way to abstract this?

Each prompt is a class extending off a base. I guess have a description of what impact it has / how it's used, the prompt itself.