Remove chat capability for language model

This commit is contained in:
Oleg Korshul
2025-01-14 19:21:14 +03:00
parent eca11788ee
commit efa1649662
4 changed files with 5 additions and 2 deletions

View File

@ -56,3 +56,6 @@
* Add proxy for together.ai.
* Add Groc as internal provider.
* Bug fix
## 2.1.5
* Bug fix

View File

@ -11,7 +11,7 @@
},
"guid" : "asc.{9DC93CDB-B576-4F0C-B55E-FCC9C48DD007}",
"version": "2.1.4",
"version": "2.1.5",
"minVersion" : "8.2.0",
"variations" : [

View File

@ -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) {