Package ai.picovoice.picollm
Class Llama3ChatDialog.Builder
- java.lang.Object
-
- ai.picovoice.picollm.PicoLLMDialog.Builder
-
- ai.picovoice.picollm.Llama3ChatDialog.Builder
-
- Enclosing class:
- Llama3ChatDialog
public static class Llama3ChatDialog.Builder extends PicoLLMDialog.Builder
Builder class for constructing Llama3ChatDialog instances.
-
-
Field Summary
-
Fields inherited from class ai.picovoice.picollm.PicoLLMDialog.Builder
history, system
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Llama3ChatDialogbuild()Builds a new instance of Llama3ChatDialog based on the configured settings.-
Methods inherited from class ai.picovoice.picollm.PicoLLMDialog.Builder
setHistory, setSystem
-
-
-
-
Method Detail
-
build
public Llama3ChatDialog build()
Builds a new instance of Llama3ChatDialog based on the configured settings.- Overrides:
buildin classPicoLLMDialog.Builder- Returns:
- A new instance of Llama3ChatDialog.
-
-