Skip to content

Commit

Permalink
Merge pull request #21 from PromptMixerDev/update-list-model-2024-04-18
Browse files Browse the repository at this point in the history
Update list model 2024 04 18
  • Loading branch information
tomatyss authored Apr 18, 2024
2 parents 5e58e35 + 11c5021 commit 2541f7f
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
12 changes: 12 additions & 0 deletions config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ export const config = {
connectorName: 'Ollama Connector',
models: [
'gemma',
'gemma:2b',
'gemma:7b',
'llama2',
'mistral',
'llava',
Expand All @@ -25,6 +27,9 @@ export const config = {
'nous-hermes',
'orca2',
'wizard-math',
'wizard-math:7b',
'wizard-math:13b',
'wizard-math:70b',
'openhermes',
'falcon',
'openchat',
Expand Down Expand Up @@ -63,6 +68,13 @@ export const config = {
'megadolphin',
'qwen',
'wizardlm2',
'wizardlm2:7b',
'wizardlm2:70b',
'wizardlm2:8x22b',
'llama3',
'llama3:8b',
'llama3:text',
'llama3:70b-text',
],
settings: [],
description:
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "prompt-mixer-ollama-connector",
"name": "Ollama Connector",
"version": "1.0.3",
"version": "1.0.5",
"minAppVersion": "0.1.0",
"description": "Connector for local LLM models installed by Ollama",
"author": "Prompt Mixer",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "prompt-mixer-ollama-connector",
"version": "1.0.3",
"version": "1.0.5",
"description": "",
"type": "module",
"main": "main.js",
Expand Down

0 comments on commit 2541f7f

Please sign in to comment.