mirror of
https://github.com/sortedcord/omnia.git
synced 2026-07-22 03:52:48 +05:30
feat(llm): Added Groq and Deepseek providers
This commit is contained in:
66
pnpm-lock.yaml
generated
66
pnpm-lock.yaml
generated
@@ -263,9 +263,15 @@ importers:
|
||||
"@langchain/anthropic":
|
||||
specifier: ^0.3.11
|
||||
version: 0.3.34(zod@4.4.3)
|
||||
"@langchain/deepseek":
|
||||
specifier: ^1.1.5
|
||||
version: 1.1.5(ws@8.21.0)
|
||||
"@langchain/google-genai":
|
||||
specifier: ^2.2.0
|
||||
version: 2.2.0(@langchain/core@1.2.1(openai@6.45.0(ws@8.21.0)(zod@4.4.3))(ws@8.21.0))
|
||||
"@langchain/groq":
|
||||
specifier: ^1.3.1
|
||||
version: 1.3.1
|
||||
"@langchain/ollama":
|
||||
specifier: ^0.2.3
|
||||
version: 0.2.4
|
||||
@@ -2086,6 +2092,15 @@ packages:
|
||||
}
|
||||
engines: { node: ">=20" }
|
||||
|
||||
"@langchain/deepseek@1.1.5":
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-5IRoEUaHAgIF8TyIncNVhhjavCqsjWTjakWsnus1yJN2X3W15Bw8Qmf+vJzCnFo7yndICsGdOGfHJoIN5xNxoQ==,
|
||||
}
|
||||
engines: { node: ">=20" }
|
||||
peerDependencies:
|
||||
"@langchain/core": ^1.0.0
|
||||
|
||||
"@langchain/google-genai@2.2.0":
|
||||
resolution:
|
||||
{
|
||||
@@ -2095,6 +2110,15 @@ packages:
|
||||
peerDependencies:
|
||||
"@langchain/core": ^1.2.0
|
||||
|
||||
"@langchain/groq@1.3.1":
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-ImxfGBis4FEHpZdeT6dot6V6l09uBLYm/1BHQ6x3XEQmJFF7aKwbOeSOV5h/h5IeRx+2gaInR+LfyYoqT8satQ==,
|
||||
}
|
||||
engines: { node: ">=20" }
|
||||
peerDependencies:
|
||||
"@langchain/core": ^1.1.30
|
||||
|
||||
"@langchain/ollama@0.2.4":
|
||||
resolution:
|
||||
{
|
||||
@@ -2122,6 +2146,15 @@ packages:
|
||||
peerDependencies:
|
||||
"@langchain/core": ^1.2.1
|
||||
|
||||
"@langchain/openai@1.5.5":
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-wX7dwb9z4nf5FHXlIl/X2mk08pzonvRHCt1D4+s1zXLP0duYDC95j7dulPIQJ6fmhbyYQc9Ki8mEhY/D1lB8kw==,
|
||||
}
|
||||
engines: { node: ">=20" }
|
||||
peerDependencies:
|
||||
"@langchain/core": ^1.2.2
|
||||
|
||||
"@langchain/openrouter@0.4.3":
|
||||
resolution:
|
||||
{
|
||||
@@ -6081,6 +6114,13 @@ packages:
|
||||
integrity: sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==,
|
||||
}
|
||||
|
||||
groq-sdk@1.3.0:
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-mvgUIpAxlk/VxWIoliHx4R+Ha78Bd/g0t24OFjCXtdLbNiY1rW4h9AcznKBwFho7K/Nq732ZSjxMYkNb1xeCFg==,
|
||||
}
|
||||
hasBin: true
|
||||
|
||||
h3@1.15.11:
|
||||
resolution:
|
||||
{
|
||||
@@ -10631,11 +10671,24 @@ snapshots:
|
||||
- openai
|
||||
- ws
|
||||
|
||||
"@langchain/deepseek@1.1.5(ws@8.21.0)":
|
||||
dependencies:
|
||||
"@langchain/openai": 1.5.5(ws@8.21.0)
|
||||
transitivePeerDependencies:
|
||||
- "@aws-sdk/credential-provider-node"
|
||||
- "@smithy/hash-node"
|
||||
- "@smithy/signature-v4"
|
||||
- ws
|
||||
|
||||
"@langchain/google-genai@2.2.0(@langchain/core@1.2.1(openai@6.45.0(ws@8.21.0)(zod@4.4.3))(ws@8.21.0))":
|
||||
dependencies:
|
||||
"@google/generative-ai": 0.24.1
|
||||
"@langchain/core": 1.2.1(openai@6.45.0(ws@8.21.0)(zod@4.4.3))(ws@8.21.0)
|
||||
|
||||
"@langchain/groq@1.3.1":
|
||||
dependencies:
|
||||
groq-sdk: 1.3.0
|
||||
|
||||
"@langchain/ollama@0.2.4":
|
||||
dependencies:
|
||||
ollama: 0.5.18
|
||||
@@ -10662,6 +10715,17 @@ snapshots:
|
||||
- "@smithy/signature-v4"
|
||||
- ws
|
||||
|
||||
"@langchain/openai@1.5.5(ws@8.21.0)":
|
||||
dependencies:
|
||||
js-tiktoken: 1.0.21
|
||||
openai: 6.45.0(ws@8.21.0)(zod@4.4.3)
|
||||
zod: 4.4.3
|
||||
transitivePeerDependencies:
|
||||
- "@aws-sdk/credential-provider-node"
|
||||
- "@smithy/hash-node"
|
||||
- "@smithy/signature-v4"
|
||||
- ws
|
||||
|
||||
"@langchain/openrouter@0.4.3(ws@8.21.0)(zod@4.4.3)":
|
||||
dependencies:
|
||||
"@langchain/openai": 1.5.3(ws@8.21.0)
|
||||
@@ -13315,6 +13379,8 @@ snapshots:
|
||||
|
||||
graceful-fs@4.2.11: {}
|
||||
|
||||
groq-sdk@1.3.0: {}
|
||||
|
||||
h3@1.15.11:
|
||||
dependencies:
|
||||
cookie-es: 1.2.3
|
||||
|
||||
Reference in New Issue
Block a user