Skip to content

Commit 06a833e

Browse files
committed
Send actual and requested device info for those who have opt-in.
1 parent 045f6e6 commit 06a833e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

gpt4all-chat/network.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -393,6 +393,8 @@ void Network::sendMixpanelEvent(const QString &ev, const QVector<KeyValue> &valu
393393
properties.insert("name", QCoreApplication::applicationName() + " v"
394394
+ QCoreApplication::applicationVersion());
395395
properties.insert("model", ChatListModel::globalInstance()->currentChat()->modelInfo().filename());
396+
properties.insert("requestedDevice", MySettings::globalInstance()->device());
397+
properties.insert("actualDevice", ChatListModel::globalInstance()->currentChat()->device());
396398

397399
// Some additional startup information
398400
if (ev == "startup") {

0 commit comments

Comments
 (0)