Content deleted Content added
Polygnotus (talk | contribs) ←Created page with '(function() { 'use strict'; class WikipediaSourceVerifier { constructor() { this.providers = { claude: { name: 'Claude', storageKey: 'claude_api_key', color: '#0645ad', model: 'claude-sonnet-4-20250514' }, gemini: { name: 'Gemini', storageKey: 'gemini_api_key'...' |
Polygnotus (talk | contribs) No edit summary |
||
Line 1:
//Inspired by User:Phlsph7/SourceVerificationAIAssistant.js
(function() {
'use strict';
|