Package ai.picovoice.picollm
Class Phi2ChatDialog.Builder
java.lang.Object
ai.picovoice.picollm.PicoLLMDialog.Builder
ai.picovoice.picollm.Phi2Dialog.Builder
ai.picovoice.picollm.Phi2ChatDialog.Builder
- Enclosing class:
- Phi2ChatDialog
Builder class for constructing Phi2ChatDialog instances.
-
Field Summary
Fields inherited from class ai.picovoice.picollm.PicoLLMDialog.Builder
history, system -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds a new instance of Phi2ChatDialog based on the configured settings.Methods inherited from class ai.picovoice.picollm.Phi2Dialog.Builder
buildMethods inherited from class ai.picovoice.picollm.PicoLLMDialog.Builder
setHistory, setSystem
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
Builds a new instance of Phi2ChatDialog based on the configured settings.- Overrides:
buildin classPicoLLMDialog.Builder- Returns:
- A new instance of Phi2ChatDialog.
-