All Classes and Interfaces
Class
Description
Represents a dialog helper specific for `gemma-2b-it` and `gemma-7b-it` models.
Builder class for constructing GemmaChatDialog instances.
Represents a dialog helper specific for `llama-2-7b-chat`, `llama-2-13b-chat`, and `llama-2-70b-chat` models.
Builder class for constructing Llama2ChatDialog instances.
Represents a dialog helper specific for `llama-3-8b-instruct` and `llama-3-70b-instruct` models.
Builder class for constructing Llama3ChatDialog instances.
Represents a dialog helper specific for `mistral-7b-instruct-v0.1` and `mistral-7b-instruct-v0.2` models.
Builder class for constructing MistralChatDialog instances.
Represents a dialog helper specific for the `mixtral-8x7b-instruct-v0.1` model.
Builder class for constructing MixtralChatDialog instances.
Represents a dialog helper specific for `phi-2` models in `chat` mode.
Builder class for constructing Phi2ChatDialog instances.
Represents a dialog helper for the 'phi-2' model within PicoLLM.
Builder class for constructing Phi2Dialog instances.
Represents a dialog helper specific for `phi-2` models in `qa` mode.
Builder class for constructing Phi2QADialog instances.
Represents a dialog helper specific for the `phi3.5` model.
Builder class for constructing Phi35ChatDialog instances.
Represents a dialog helper specific for the `phi3` model.
Builder class for constructing Phi3ChatDialog instances.
Android binding for picoLLM.
Builder class for creating a `PicoLLM` instance.
Represents a picoLLM completion result.
Represents a generated token within completion and top alternative tokens.
Represents reasons for ending the generation process.
Represents a generated token.
Represents usage information.
`PicoLLMDialog` is a helper class that stores a chat dialog and formats it according
to an instruction-tuned LLM's chat template.
Builder class for constructing instances of PicoLLMDialog.
Class for configuring generation parameters when calling `PicoLLM.generate()`.
Builder class for creating a `PicoLLMGenerateParams` instance.
Interface for receiving streaming result callbacks picoLLM's `.generate()` method.