Knguyen-dev / SDEV-265-Group-4

Shared repo for sdev 265 group
0 stars 1 forks source link

AI Settings Page #5

Closed Knguyen-dev closed 1 year ago

Knguyen-dev commented 1 year ago

Need to set up the gui for the ai settings page. Create labels for parametesr "Top P", "Top K", "Temperature", "Presence Penalty", and "Frequency Penalty". Then put sliders besides those respective parameters with numbers to indicate the value of said parameter. A submit or 'confirm settings' button to apply the settings to the ai, which will probably be a class instance such as 'storyAI' in master or something similar. Should also probably have a butotn called "Restore" that restores the sliders back to their original positions to indicate the current settinsg of the ai.

Knguyen-dev commented 1 year ago

Created the basic mark up for the sliders and the page itself. All's that left is the logic interacting with the ai's settings