Package-level declarations
Functions
Link copied to clipboard
Link copied to clipboard
internal fun ConfigurationStep(state: ServerSetupState, strings: ServerSetupStrings, listState: LazyListState, processIntent: (ServerSetupIntent) -> Unit, modifier: Modifier = Modifier)
Link copied to clipboard
internal fun LocalCustomModelPathForm(state: ServerSetupState, strings: ServerSetupStrings, processIntent: (ServerSetupIntent) -> Unit)
Link copied to clipboard
internal fun LocalGenerationForm(state: ServerSetupState, strings: ServerSetupStrings, processIntent: (ServerSetupIntent) -> Unit)
Link copied to clipboard
private fun LocalModelActionButton(model: ServerSetupState.LocalModel, strings: ServerSetupStrings, onClick: () -> Unit)
Link copied to clipboard
internal fun LocalModelItem(model: ServerSetupState.LocalModel, selected: Boolean, strings: ServerSetupStrings, onSelect: () -> Unit, onAction: () -> Unit)
Link copied to clipboard
Link copied to clipboard