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 e10782f commit 097a553Copy full SHA for 097a553
manifest.json
@@ -2,7 +2,7 @@
2
"manifest_version": 2,
3
"name": "Ollama Summarizer",
4
"description": "Generate email summaries with Ollama",
5
- "version": "1.7",
+ "version": "1.8",
6
"author": "Matthew Casperson",
7
"browser_specific_settings": {
8
"gecko": {
options.html
@@ -45,6 +45,7 @@
45
<option value="llama3.3">llama3.3</option>
46
<option value="phi4">phi4</option>
47
<option value="qwen2.5">qwen2.5</option>
48
+ <option value="qwen3">qwen3</option>
49
</select>
50
<p>This is the model used to summarize the email. These models must be
51
pulled by Ollama with the command "ollama pull <modelname>".</p>
0 commit comments