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.viewmodel
Package-level
declarations
Functions
Properties
Properties
HUGGING_
FACE_
MODELS_
TIMEOUT_
MILLIS
Link copied to clipboard
internal
const
val
HUGGING_FACE_MODELS_TIMEOUT_MILLIS
:
Long
Functions
map
File
Path
To
Validation
Error
Link copied to clipboard
internal
fun
ValidationResult
<
FilePathValidator.Error
>
.
mapFilePathToValidationError
(
)
:
ServerSetupState.ValidationError
?
map
String
To
Validation
Error
Link copied to clipboard
internal
fun
ValidationResult
<
CommonStringValidator.Error
>
.
mapStringToValidationError
(
)
:
ServerSetupState.ValidationError
?
map
Url
To
Validation
Error
Link copied to clipboard
internal
fun
ValidationResult
<
UrlValidator.Error
>
.
mapUrlToValidationError
(
)
:
ServerSetupState.ValidationError
?
setup
Allowed
Modes
Link copied to clipboard
internal
fun
BuildInfoProvider
.
setupAllowedModes
(
)
:
List
<
ServerSource
>
url
Link copied to clipboard
internal
fun
ServerSetupLink
.
url
(
linksProvider
:
LinksProvider
)
:
String