Update language-inference-engine.js

This commit is contained in:
Namhyeon Go 2025-01-30 23:15:58 +09:00
parent ee038c6c20
commit b5704d5746

View File

@ -331,7 +331,8 @@ var ENGINE_PROFILES = {
"qwen1.5-14b-chat-awq", "qwen1.5-14b-chat-awq",
"gemma-7b-it", "gemma-7b-it",
"una-cybertron-7b-v2-bf16", "una-cybertron-7b-v2-bf16",
"starling-lm-7b-beta" "starling-lm-7b-beta",
"hermes-2-pro-mistral-7b"
], ],
"headers": { "headers": {
"Content-Type": "application/json", "Content-Type": "application/json",
@ -433,7 +434,7 @@ exports.create = function() {
return new LanguageInferenceEngine(); 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.AUTHOR = "abuse@catswords.net";
exports.global = global; exports.global = global;
exports.require = global.require; exports.require = global.require;