You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<strong>Beta Version:</strong> This is a beta version of the Browser Operator - AI Assistant feature.
398
+
</p>
399
+
<p class="disclaimer-note">
400
+
<strong>Data Sharing:</strong> When using this feature, your browser data and conversation content will be sent to the AI model for processing.
401
+
</p>
402
+
<p class="disclaimer-note">
403
+
<strong>Provider Support:</strong> We currently support OpenAI, Groq and OpenRouter providers directly. And we support LiteLLM as a proxy to access 100+ other models.
404
+
</p>
405
+
<p class="disclaimer-footer">
406
+
By using this feature, you acknowledge that your data will be processed according to Model Provider's privacy policy and terms of service.
407
+
</p>
408
+
`;
409
+
disclaimerSection.appendChild(disclaimerText);
378
410
379
411
// Create footer with buttons
380
412
constfooter=document.createElement('div');
@@ -422,6 +454,7 @@ export class SettingsDialog {
422
454
litellmSettings.save();
423
455
groqSettings.save();
424
456
openrouterSettings.save();
457
+
browseroperatorSettings.save();
425
458
426
459
// Save mini/nano model selections from current provider
0 commit comments