chat-agent-toolkit 1.2.42 → 1.2.43
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chat-agent-toolkit",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.43",
|
|
4
4
|
"description": "Multi-provider AI agent toolkit: generate language responses, search the web, extract content, and manage memory across 10+ LLM providers.",
|
|
5
5
|
"author": "vtempest <grokthiscontact@gmail.com>",
|
|
6
6
|
"license": "AGPL-3.0",
|
|
@@ -1346,13 +1346,6 @@ export const LANGUAGE_MODELS = [
|
|
|
1346
1346
|
"free": true,
|
|
1347
1347
|
"type": "text"
|
|
1348
1348
|
},
|
|
1349
|
-
{
|
|
1350
|
-
"name": "Dolphin Mistral 24B Venice Edition",
|
|
1351
|
-
"id": "cognitivecomputations/dolphin-mistral-24b-venice-edition:free",
|
|
1352
|
-
"contextLength": 33_000,
|
|
1353
|
-
"free": true,
|
|
1354
|
-
"type": "text"
|
|
1355
|
-
},
|
|
1356
1349
|
{
|
|
1357
1350
|
"name": "LFM 2.5 1.2B Thinking",
|
|
1358
1351
|
"id": "liquid/lfm-2.5-1.2b-thinking:free",
|