Change "web server" to "API server" for less confusion (#1039)

* Change "Web server" to "API server"

* Changed "API server" to "OpenAPI server"

* Reversed back to "API server" and updated tooltip
This commit is contained in:
AMOGUS 2023-06-23 23:28:52 +03:00 committed by GitHub
parent ee26e8f271
commit 3417a37c54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -767,7 +767,7 @@ Dialog {
}
Label {
id: serverChatLabel
text: qsTr("Enable web server:")
text: qsTr("Enable API server:")
color: theme.textColor
Layout.row: 6
Layout.column: 0
@ -782,7 +782,7 @@ Dialog {
LLM.serverEnabled = serverChatBox.checked
settings.sync()
}
ToolTip.text: qsTr("WARNING: This enables the gui to act as a local web server for AI API requests and will increase your RAM usage as well")
ToolTip.text: qsTr("WARNING: This enables the gui to act as a local REST web server(OpenAI API compliant) for API requests and will increase your RAM usage as well")
ToolTip.visible: hovered
}
MyButton {