Skip to content

Commit

Permalink
Update models in config.js and version in manifest.json, package-lock…
Browse files Browse the repository at this point in the history
….json, and package.json
  • Loading branch information
tomatyss committed Apr 15, 2024
1 parent b3ee7bb commit 0a0bfcb
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions config.js

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

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.4",
"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.4",
"description": "",
"type": "module",
"main": "main.js",
Expand Down

0 comments on commit 0a0bfcb

Please sign in to comment.