UNPKG
modelmix
Version:
latest (4.1.6)
4.1.6
4.1.4
4.1.2
4.1.0
4.0.8
4.0.6
4.0.4
4.0.2
4.0.0
3.9.8
3.9.6
3.9.4
3.9.2
3.9.0
3.8.8
3.8.6
3.8.4
3.8.2
3.8.0
3.7.8
3.7.2
3.7.0
3.6.8
3.6.6
3.6.4
3.6.2
3.6.0
3.5.8
3.5.6
3.5.4
3.5.2
3.5.0
3.4.0
3.3.8
3.3.6
3.3.4
3.3.2
3.2.2
3.1.8
3.1.6
3.1.2
3.1.0
3.0.8
3.0.6
3.0.4
3.0.2
3.0.0
2.9.8
2.9.4
2.9.2
2.9.0
2.8.8
2.8.6
2.8.4
2.8.2
2.8.0
2.7.8
2.7.6
2.7.4
2.7.2
2.7.0
2.6.8
2.6.6
2.6.4
2.6.2
2.6.0
2.5.8
2.5.6
2.5.4
2.5.2
2.4.8
2.4.6
2.4.4
2.4.2
2.3.8
2.3.2
2.2.8
2.2.4
2.2.2
2.2.0
2.0.0
1.2.2
1.2.0
1.1.8
1.1.6
1.1.2
1.0.4
1.0.2
🧬 ModelMix - Unified API for Diverse AI LLM.
github.com/clasen/ModelMix
clasen/ModelMix
modelmix
/
demo
/
package.json
17 lines
(16 loc)
•
311 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"name"
:
"demo"
,
"version"
:
"1.0.0"
,
"description"
:
""
,
"main"
:
"index.js"
,
"scripts"
: {
"test"
:
"echo
\"
Error: no test specified
\"
&& exit 1"
},
"author"
:
""
,
"license"
:
"ISC"
,
"dependencies"
: {
"@anthropic-ai/sdk"
:
"^0.20.9"
,
"dotenv"
:
"^16.5.0"
,
"lemonlog"
:
"^1.1.4"
} }