mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-02-06 15:04: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",
|
"type": "llm",
|
||||||
"availableModels": [
|
"availableModels": [
|
||||||
"openchat-3.5-0106",
|
"openchat-3.5-0106",
|
||||||
|
@ -338,7 +338,7 @@ var ENGINE_PROFILES = {
|
||||||
"Content-Type": "application/json",
|
"Content-Type": "application/json",
|
||||||
"Authorization": "Bearer {apikey}"
|
"Authorization": "Bearer {apikey}"
|
||||||
},
|
},
|
||||||
"url": "https://welsonjs-llm.catswords.net",
|
"url": "https://ai.catswords.net",
|
||||||
"wrap": function(model, message, temperature) {
|
"wrap": function(model, message, temperature) {
|
||||||
"model": model,
|
"model": model,
|
||||||
"messages": [
|
"messages": [
|
||||||
|
|
Loading…
Reference in New Issue
Block a user