mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-12-16 17:56:03 +00:00
chore: code nit
This commit is contained in:
parent
e11388491f
commit
f9e1dcca6c
@ -121,7 +121,7 @@ class AIModelStateNotifier {
|
|||||||
return (AiType.cloud, LocaleKeys.chat_inputMessageHint.tr(), true);
|
return (AiType.cloud, LocaleKeys.chat_inputMessageHint.tr(), true);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (availableModels.selectedModel.isLocal == false) {
|
if (!availableModels.selectedModel.isLocal) {
|
||||||
return (AiType.cloud, LocaleKeys.chat_inputMessageHint.tr(), true);
|
return (AiType.cloud, LocaleKeys.chat_inputMessageHint.tr(), true);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user