diff --git a/presentation/src/main/java/com/shifthackz/aisdv1/presentation/screen/setup/ServerSetupScreen.kt b/presentation/src/main/java/com/shifthackz/aisdv1/presentation/screen/setup/ServerSetupScreen.kt index ea154be9..55f96706 100644 --- a/presentation/src/main/java/com/shifthackz/aisdv1/presentation/screen/setup/ServerSetupScreen.kt +++ b/presentation/src/main/java/com/shifthackz/aisdv1/presentation/screen/setup/ServerSetupScreen.kt @@ -615,7 +615,7 @@ private fun LocalDiffusionSetupTab( ) Text( modifier = folderModifier(5), - text = "tokenizer_config.json", + text = "vocab.json", style = folderStyle, )