mirror of
https://github.com/hwchase17/langchain
synced 2024-11-13 19:10:52 +00:00
Merge branch 'snova-jorgep/bind_tools_sambanova_chat_models' into snova-jorgep/bind_tools_sambastudio_chat_models
This commit is contained in:
commit
5b40dbe180
@ -239,7 +239,7 @@ class ChatSambaNovaCloud(BaseChatModel):
|
||||
"""stream options, include usage to get generation metrics"""
|
||||
|
||||
additional_headers: Dict[str, Any] = Field(default={})
|
||||
"""Additional headers to sent in request"""
|
||||
"""Additional headers to send in request"""
|
||||
|
||||
class Config:
|
||||
populate_by_name = True
|
||||
|
4
libs/partners/xai/poetry.lock
generated
4
libs/partners/xai/poetry.lock
generated
@ -720,7 +720,7 @@ files = [
|
||||
|
||||
[[package]]
|
||||
name = "langchain-core"
|
||||
version = "0.3.17"
|
||||
version = "0.3.18"
|
||||
description = "Building applications with LLMs through composability"
|
||||
optional = false
|
||||
python-versions = ">=3.9,<4.0"
|
||||
@ -2071,4 +2071,4 @@ propcache = ">=0.2.0"
|
||||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = ">=3.9,<4.0"
|
||||
content-hash = "954aeccc9bb5a2c79b1fd5affaab2303d588dcda6447db5e866430de7f759823"
|
||||
content-hash = "1f77714ec9420ce148ab90de835585ddf87ce68f2d28240f63fcea47c9bccf6c"
|
||||
|
@ -21,7 +21,7 @@ disallow_untyped_defs = "True"
|
||||
[tool.poetry.dependencies]
|
||||
python = ">=3.9,<4.0"
|
||||
langchain-openai = ">=0.2,<0.3"
|
||||
langchain-core = ">=0.3,<0.4"
|
||||
langchain-core = ">=0.3.18,<0.4"
|
||||
requests = ">=2,<3"
|
||||
aiohttp = ">=3.9.1,<4"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user