mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2024-10-01 01:06:10 -04: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 {
|
||||
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 {
|
||||
|
Loading…
Reference in New Issue
Block a user