mirror of
https://github.com/ONLYOFFICE/onlyoffice.github.io.git
synced 2026-04-07 14:04:30 +08:00
Remove chat capability for language model
This commit is contained in:
@ -56,3 +56,6 @@
|
||||
* Add proxy for together.ai.
|
||||
* Add Groc as internal provider.
|
||||
* Bug fix
|
||||
|
||||
## 2.1.5
|
||||
* Bug fix
|
||||
|
||||
@ -11,7 +11,7 @@
|
||||
},
|
||||
|
||||
"guid" : "asc.{9DC93CDB-B576-4F0C-B55E-FCC9C48DD007}",
|
||||
"version": "2.1.4",
|
||||
"version": "2.1.5",
|
||||
"minVersion" : "8.2.0",
|
||||
|
||||
"variations" : [
|
||||
|
||||
Binary file not shown.
@ -50,7 +50,7 @@
|
||||
|
||||
if ("language" === model.type) {
|
||||
model.endpoints.push(AI.Endpoints.Types.v1.Language);
|
||||
return AI.CapabilitiesUI.Language | AI.CapabilitiesUI.Chat;
|
||||
return AI.CapabilitiesUI.Language;
|
||||
}
|
||||
|
||||
if ("code" === model.type) {
|
||||
|
||||
Reference in New Issue
Block a user