mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-06-28 16:27:31 +00:00
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:
parent
ee26e8f271
commit
3417a37c54
@ -767,7 +767,7 @@ Dialog {
|
|||||||
}
|
}
|
||||||
Label {
|
Label {
|
||||||
id: serverChatLabel
|
id: serverChatLabel
|
||||||
text: qsTr("Enable web server:")
|
text: qsTr("Enable API server:")
|
||||||
color: theme.textColor
|
color: theme.textColor
|
||||||
Layout.row: 6
|
Layout.row: 6
|
||||||
Layout.column: 0
|
Layout.column: 0
|
||||||
@ -782,7 +782,7 @@ Dialog {
|
|||||||
LLM.serverEnabled = serverChatBox.checked
|
LLM.serverEnabled = serverChatBox.checked
|
||||||
settings.sync()
|
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
|
ToolTip.visible: hovered
|
||||||
}
|
}
|
||||||
MyButton {
|
MyButton {
|
||||||
|
Loading…
Reference in New Issue
Block a user