SDAI
Toggle table of contents
Main site
Telegram
Discord
common
Target filter
common
Switch theme
Search in API
Skip to content
SDAI
presentation
/
com.shifthackz.aisdv1.presentation.screen.setup.model
/
ServerSetupIntent
/
LocalModel
Local
Model
sealed
interface
LocalModel
:
ServerSetupIntent
(
source
)
Inheritors
ClickReduce
DownloadConfirm
DeleteConfirm
Members
Types
Click
Reduce
Link copied to clipboard
data
class
ClickReduce
(
val
model
:
ServerSetupState.LocalModel
)
:
ServerSetupIntent.LocalModel
Delete
Confirm
Link copied to clipboard
data
class
DeleteConfirm
(
val
model
:
ServerSetupState.LocalModel
)
:
ServerSetupIntent.LocalModel
Download
Confirm
Link copied to clipboard
data
class
DownloadConfirm
(
val
modelId
:
String
,
val
url
:
String
)
:
ServerSetupIntent.LocalModel