milwright commited on
Commit
e4a3bf1
·
1 Parent(s): f4795d7

update: clarify dual model usage in welcome overlay

Browse files

gemma-3-27b for hints, gemma-3-12b for word selection

Files changed (1) hide show
  1. src/welcomeOverlay.js +1 -1
src/welcomeOverlay.js CHANGED
@@ -51,7 +51,7 @@ class WelcomeOverlay {
51
  </p>
52
 
53
  <p style="margin-bottom: 0;">
54
- <strong>AI assistance:</strong> Powered by Google's Gemma models via OpenRouter - Gemma-3-27b for contextual hints and Gemma-3-12b for word selection and processing.
55
  </p>
56
  </div>
57
 
 
51
  </p>
52
 
53
  <p style="margin-bottom: 0;">
54
+ <strong>AI assistance:</strong> Powered by Google's Gemma models via OpenRouter - Gemma-3-27b for hints and Gemma-3-12b for word selection and processing.
55
  </p>
56
  </div>
57