Skip to content

Commit

Permalink
content fix
Browse files Browse the repository at this point in the history
  • Loading branch information
raspawar committed Dec 13, 2024
1 parent 0ee4141 commit 56dc079
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/ai-endpoints/langchain_nvidia_ai_endpoints/_common.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ class _NVIDIAClient(BaseModel):
default={}, description="Last inputs sent over to the server"
)
last_response: Optional[Response] = Field(
Response(content=None), description="Last response sent from the server"
Response(), description="Last response sent from the server"
)
headers_tmpl: dict = Field(
{
Expand Down

0 comments on commit 56dc079

Please sign in to comment.