mirror of
https://github.com/nomic-ai/gpt4all
synced 2024-11-10 01:10:35 +00:00
chat: fix documentation links (#2506)
Now that the documentation has been overhauled, we need to point to the new locations. Signed-off-by: Jared Van Bortel <jared@nomic.ai>
This commit is contained in:
parent
c0d311bc66
commit
67fd391c8f
@ -61,7 +61,7 @@ Rectangle {
|
||||
+ "<li>Check the model file is complete in the download folder"
|
||||
+ "<li>You can find the download folder in the settings dialog"
|
||||
+ "<li>If you've sideloaded the model ensure the file is not corrupt by checking md5sum"
|
||||
+ "<li>Read more about what models are supported in our <a href=\"https://docs.gpt4all.io/gpt4all_chat.html\">documentation</a> for the gui"
|
||||
+ "<li>Read more about what models are supported in our <a href=\"https://docs.gpt4all.io/\">documentation</a> for the gui"
|
||||
+ "<li>Check out our <a href=\"https://discord.gg/4M2QFmTt2k\">discord channel</a> for help")
|
||||
}
|
||||
|
||||
|
@ -224,7 +224,7 @@ Rectangle {
|
||||
MyFancyLink {
|
||||
text: qsTr("Documentation")
|
||||
imageSource: "qrc:/gpt4all/icons/info.svg"
|
||||
onClicked: { Qt.openUrlExternally("https://docs.gpt4all.io/gpt4all_chat.html") }
|
||||
onClicked: { Qt.openUrlExternally("https://docs.gpt4all.io/") }
|
||||
}
|
||||
|
||||
MyFancyLink {
|
||||
|
@ -247,7 +247,7 @@ MySettingsTab {
|
||||
color: theme.textErrorColor
|
||||
wrapMode: Text.WordWrap
|
||||
text: qsTr("Warning: Advanced usage only.")
|
||||
helpText: qsTr("Values too large may cause localdocs failure, extremely slow responses or failure to respond at all. Roughly speaking, the {N chars x N snippets} are added to the model's context window. More info <a href=\"https://docs.gpt4all.io/gpt4all_chat.html#localdocs-beta-plugin-chat-with-your-data\">here.</a>")
|
||||
helpText: qsTr("Values too large may cause localdocs failure, extremely slow responses or failure to respond at all. Roughly speaking, the {N chars x N snippets} are added to the model's context window. More info <a href=\"https://docs.gpt4all.io/gpt4all_desktop/localdocs.html\">here</a>.")
|
||||
onLinkActivated: function(link) { Qt.openUrlExternally(link) }
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user