
pickleib.support.SupportGUI Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of Pickleib Show documentation
Show all versions of Pickleib Show documentation
Pickleib library for supporting web application automation with Selenium
The newest version!
package pickleib.support;
import gpt.api.GPT;
import gpt.chat.ui.theme.SupportGUILight;
import java.util.List;
public class SupportGUI extends SupportGUILight {
public SupportGUI(List prompts, String modelName, double temperature, GPT gpt, String userName, String responderName, String chatTitle) {
super(prompts, modelName, temperature, gpt, userName, responderName, chatTitle);
}
//TODO: Overwrite SupportGUILight methods to establish a DB connection, enabling custom responses from GPT instance
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy