This commit is contained in:
Bagatur 2023-09-29 08:55:00 -07:00 committed by GitHub
parent 33884b2184
commit 77c7c9ab97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 3 deletions

View File

@ -39,6 +39,7 @@ Databricks|✅|❌|❌|❌|❌|❌
DeepInfra|✅|❌|❌|❌|❌|❌
DeepSparse|✅|❌|❌|❌|❌|❌
EdenAI|✅|✅|❌|❌|❌|❌
Fireworks|✅|✅|✅|✅|❌|❌
Fireworks|✅|✅|✅|✅|✅|✅
ForefrontAI|✅|❌|❌|❌|❌|❌
GPT4All|✅|❌|❌|❌|❌|❌
@ -47,7 +48,7 @@ GooseAI|✅|❌|❌|❌|❌|❌
GradientLLM|✅|✅|❌|❌|❌|❌
HuggingFaceEndpoint|✅|❌|❌|❌|❌|❌
HuggingFaceHub|✅|❌|❌|❌|❌|❌
HuggingFacePipeline|✅|❌|❌|❌||❌
HuggingFacePipeline|✅|❌|❌|❌||❌
HuggingFaceTextGenInference|✅|✅|✅|✅|❌|❌
HumanInputLLM|✅|❌|❌|❌|❌|❌
JavelinAIGateway|✅|✅|❌|❌|❌|❌

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "langchain-experimental"
version = "0.0.22"
version = "0.0.23"
description = "Building applications with LLMs through composability"
authors = []
license = "MIT"

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "langchain"
version = "0.0.304"
version = "0.0.305"
description = "Building applications with LLMs through composability"
authors = []
license = "MIT"