pull/11231/head v0.0.305
Bagatur 9 months ago committed by GitHub
parent 33884b2184
commit 77c7c9ab97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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|✅|✅|❌|❌|❌|❌

@ -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"

@ -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"

Loading…
Cancel
Save