moh-C / FullStack-LLM-Debate

This is a full stack LLM Debate!
Apache License 2.0
1 stars 1 forks source link

Create reusable "character cards" #5

Open NathanPannell opened 2 months ago

NathanPannell commented 2 months ago

Create a set of characters that are ready to be selected when starting the app. They should be clickable cards that contain a profile icon/avatar.

This will make it quicker and easier to get started, without having to come up with two unique characters every time.

NathanPannell commented 2 months ago

These personas can be pulled from existing characters in the database, so an extra table will need to be created

moh-C commented 2 months ago

This feature is done!

image It does NOT have the avatars yet, that is something that we will be able to add with your help. Also, onClick is just a simple console log. Gotta think about /start_debate or just filling the right side form.