fix(capybara): change description + parameters fix(codeninja): update description + add parameters delete(magicoder): this model is failed to load due to gguf fix(deepseek-1.3b): update description + add parameters fix(deepseek-34b): update description + add parameters fix(dolphin8x7b): update description + parameters fix(llama2-chat-7b): update description + add parameters fix(llama2-chat-70b): update description + add parameters fix(mistral-7b): update description + add parameters fix(mistral): degrade to v0.1 due to giberish output from v0.2 fix(mixtral): update desciption + parameters fix(noromaid): update description + parameters fix(mistral7b): correct the prompt template update(openchat): add parameters fix(openhermesneural): update parameter + description fix(openhermesneural): update max_tokens delete(pandora): remove pandora fix(phi2): update parameter update(phind34b): update description + change to q4 + add parameter update(solar-slerp): update parameter fix(starling): update description + parameter fix(openchat): add to recommended fix(stealth): add parameters fix(tinyllama): update description + parameters fix(trinity): update description + parameters fix(tulu2): update description + parameters fix(stealth): change max_tokens to 4096 update(wizardcoder): update parameter + description update(wizardcoder): update description update(wizardcoder): change to q4 fix(yarn-mistral): update parameters fix(yarn-mistral): change to q4 update(wizardcoder): correct the size of q4 model fix(model-extension): pump to 1.0.20 fix(tinyllama): change to q8 fix(phi-2): change to q8 fix(deepseek34b): change to q4 fix(mistral7b): update the stop token fix(starling): remove recommended
30 lines
789 B
JSON
30 lines
789 B
JSON
{
|
|
"name": "@janhq/model-extension",
|
|
"version": "1.0.20",
|
|
"description": "Model Management Extension provides model exploration and seamless downloads",
|
|
"main": "dist/index.js",
|
|
"module": "dist/module.js",
|
|
"author": "Jan <service@jan.ai>",
|
|
"license": "AGPL-3.0",
|
|
"scripts": {
|
|
"build": "tsc -b . && webpack --config webpack.config.js",
|
|
"build:publish": "rimraf *.tgz --glob && npm run build && npm pack && cpx *.tgz ../../electron/pre-install"
|
|
},
|
|
"devDependencies": {
|
|
"cpx": "^1.5.0",
|
|
"rimraf": "^3.0.2",
|
|
"webpack": "^5.88.2",
|
|
"webpack-cli": "^5.1.4"
|
|
},
|
|
"files": [
|
|
"dist/*",
|
|
"package.json",
|
|
"README.md"
|
|
],
|
|
"dependencies": {
|
|
"@janhq/core": "file:../../core",
|
|
"path-browserify": "^1.0.1",
|
|
"ts-loader": "^9.5.0"
|
|
}
|
|
}
|