mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-21 01:13:42 +08:00
feat: support claude function call
This commit is contained in:
11
package.json
11
package.json
@@ -23,9 +23,12 @@
|
||||
"@aws-sdk/s3-request-presigner": "^3.414.0",
|
||||
"@fortaine/fetch-event-source": "^3.0.6",
|
||||
"@hello-pangea/dnd": "^16.5.0",
|
||||
"@langchain/cohere": "^0.0.7",
|
||||
"@langchain/community": "0.0.57",
|
||||
"@langchain/pinecone": "^0.0.4",
|
||||
"@langchain/anthropic": "^0.2.11",
|
||||
"@langchain/community": "0.2.22",
|
||||
"@langchain/groq": "^0.0.15",
|
||||
"@langchain/langgraph": "^0.0.31",
|
||||
"@langchain/ollama": "^0.0.2",
|
||||
"@langchain/openai": "^0.2.5",
|
||||
"@next/third-parties": "^14.1.0",
|
||||
"@pinecone-database/pinecone": "^2.2.0",
|
||||
"@qdrant/js-client-rest": "^1.8.2",
|
||||
@@ -97,7 +100,7 @@
|
||||
},
|
||||
"resolutions": {
|
||||
"lint-staged/yaml": "^2.2.2",
|
||||
"@langchain/core": "0.1.63"
|
||||
"@langchain/core": "0.2.18"
|
||||
},
|
||||
"packageManager": "yarn@1.22.19"
|
||||
}
|
||||
|
Reference in New Issue
Block a user