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
b5704d5746
commit
a5275388e2
|
@ -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": [
|
||||
|
|
Loading…
Reference in New Issue
Block a user