Package ai.picovoice.picollm
Class Phi2ChatDialog
- java.lang.Object
-
- ai.picovoice.picollm.PicoLLMDialog
-
- ai.picovoice.picollm.Phi2Dialog
-
- ai.picovoice.picollm.Phi2ChatDialog
-
public class Phi2ChatDialog extends Phi2Dialog
Represents a dialog helper specific for `phi-2` models in `chat` mode.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPhi2ChatDialog.BuilderBuilder class for constructing Phi2ChatDialog instances.
-
Field Summary
-
Fields inherited from class ai.picovoice.picollm.PicoLLMDialog
history, humanRequests, llmResponses, system
-
-
Method Summary
-
Methods inherited from class ai.picovoice.picollm.Phi2Dialog
getPrompt
-
Methods inherited from class ai.picovoice.picollm.PicoLLMDialog
addHumanRequest, addLLMResponse
-
-