Package ai.picovoice.picollm
Class Phi35ChatDialog
- java.lang.Object
-
- ai.picovoice.picollm.PicoLLMDialog
-
- ai.picovoice.picollm.Phi3ChatDialog
-
- ai.picovoice.picollm.Phi35ChatDialog
-
public class Phi35ChatDialog extends Phi3ChatDialog
Represents a dialog helper specific for the `phi3.5` model.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPhi35ChatDialog.BuilderBuilder class for constructing Phi35ChatDialog instances.
-
Field Summary
-
Fields inherited from class ai.picovoice.picollm.PicoLLMDialog
history, humanRequests, llmResponses, system
-
-
Method Summary
-
Methods inherited from class ai.picovoice.picollm.Phi3ChatDialog
getPrompt
-
Methods inherited from class ai.picovoice.picollm.PicoLLMDialog
addHumanRequest, addLLMResponse
-
-