mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2024-10-01 01:06:10 -04:00
Change this back now that it is ready.
This commit is contained in:
parent
676248fe8f
commit
5deec2afe1
@ -93,8 +93,7 @@ bool Download::isFirstStart() const
|
||||
|
||||
void Download::updateModelList()
|
||||
{
|
||||
// QUrl jsonUrl("http://gpt4all.io/models/models.json");
|
||||
QUrl jsonUrl("file:///home/atreat/dev/large_language_models/gpt4all/gpt4all-chat/metadata/models.json");
|
||||
QUrl jsonUrl("http://gpt4all.io/models/models.json");
|
||||
QNetworkRequest request(jsonUrl);
|
||||
QSslConfiguration conf = request.sslConfiguration();
|
||||
conf.setPeerVerifyMode(QSslSocket::VerifyNone);
|
||||
|
Loading…
Reference in New Issue
Block a user