We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53c25c6 commit 941ef3bCopy full SHA for 941ef3b
options.html
@@ -19,7 +19,9 @@
19
<br/>
20
<label>Model</label>
21
<select id="model">
22
+ <option value="llama3.1">llama3.2</option>
23
<option value="llama3.2">llama3.2</option>
24
+ <option value="llama3.3">llama3.2</option>
25
<option value="phi4">phi4</option>
26
</select>
27
<p>This is the model used to summarize the email. These models must be
0 commit comments