mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-02-06 06:54:58 +00:00
Update language-inference-engine.js
This commit is contained in:
parent
ee038c6c20
commit
b5704d5746
|
@ -331,7 +331,8 @@ var ENGINE_PROFILES = {
|
|||
"qwen1.5-14b-chat-awq",
|
||||
"gemma-7b-it",
|
||||
"una-cybertron-7b-v2-bf16",
|
||||
"starling-lm-7b-beta"
|
||||
"starling-lm-7b-beta",
|
||||
"hermes-2-pro-mistral-7b"
|
||||
],
|
||||
"headers": {
|
||||
"Content-Type": "application/json",
|
||||
|
@ -433,7 +434,7 @@ exports.create = function() {
|
|||
return new LanguageInferenceEngine();
|
||||
};
|
||||
|
||||
exports.VERSIONINFO = "Language Inference Engine integration version 0.1.6";
|
||||
exports.VERSIONINFO = "Language Inference Engine integration version 0.1.7";
|
||||
exports.AUTHOR = "abuse@catswords.net";
|
||||
exports.global = global;
|
||||
exports.require = global.require;
|
||||
|
|
Loading…
Reference in New Issue
Block a user