Skip to content

Commit 097a553

Browse files
committed
Added support for qwen 3
1 parent e10782f commit 097a553

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": 2,
33
"name": "Ollama Summarizer",
44
"description": "Generate email summaries with Ollama",
5-
"version": "1.7",
5+
"version": "1.8",
66
"author": "Matthew Casperson",
77
"browser_specific_settings": {
88
"gecko": {

options.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
<option value="llama3.3">llama3.3</option>
4646
<option value="phi4">phi4</option>
4747
<option value="qwen2.5">qwen2.5</option>
48+
<option value="qwen3">qwen3</option>
4849
</select>
4950
<p>This is the model used to summarize the email. These models must be
5051
pulled by Ollama with the command "ollama pull &lt;modelname&gt;".</p>

0 commit comments

Comments
 (0)