Package-level declarations
Functions
Link copied to clipboard
internal fun ArliAiForm(state: ServerSetupState, strings: ServerSetupStrings, processIntent: (ServerSetupIntent) -> Unit)
Link copied to clipboard
internal fun AuthFields(state: ServerSetupState, strings: ServerSetupStrings, processIntent: (ServerSetupIntent) -> Unit)
Link copied to clipboard
internal fun Automatic1111Form(state: ServerSetupState, strings: ServerSetupStrings, processIntent: (ServerSetupIntent) -> Unit)
Link copied to clipboard
internal fun FalAiForm(state: ServerSetupState, strings: ServerSetupStrings, processIntent: (ServerSetupIntent) -> Unit)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
internal fun HordeForm(state: ServerSetupState, strings: ServerSetupStrings, processIntent: (ServerSetupIntent) -> Unit)
Link copied to clipboard
internal fun HuggingFaceForm(state: ServerSetupState, strings: ServerSetupStrings, processIntent: (ServerSetupIntent) -> Unit)
Link copied to clipboard
internal fun OpenAiForm(state: ServerSetupState, strings: ServerSetupStrings, processIntent: (ServerSetupIntent) -> Unit)
Link copied to clipboard
Link copied to clipboard
internal fun SetupTextField(value: String, onValueChange: (String) -> Unit, label: String, modifier: Modifier = Modifier, enabled: Boolean = true, error: String? = null, keyboardType: KeyboardType = KeyboardType.Text, visualTransformation: VisualTransformation = VisualTransformation.None, trailingIcon: @Composable () -> Unit? = null)
Link copied to clipboard
internal fun StabilityAiForm(state: ServerSetupState, strings: ServerSetupStrings, processIntent: (ServerSetupIntent) -> Unit)
Link copied to clipboard
internal fun SwarmUiForm(state: ServerSetupState, strings: ServerSetupStrings, processIntent: (ServerSetupIntent) -> Unit)