Update language-inference-engine.js

This commit is contained in:
Namhyeon Go 2025-01-30 23:28:28 +09:00
parent b5704d5746
commit a5275388e2

View File

@ -324,7 +324,7 @@ var ENGINE_PROFILES = {
}
}
},
"catswords": {
"catswords-llm": {
"type": "llm",
"availableModels": [
"openchat-3.5-0106",
@ -338,7 +338,7 @@ var ENGINE_PROFILES = {
"Content-Type": "application/json",
"Authorization": "Bearer {apikey}"
},
"url": "https://welsonjs-llm.catswords.net",
"url": "https://ai.catswords.net",
"wrap": function(model, message, temperature) {
"model": model,
"messages": [