Skip to content

Commit

Permalink
fix: expose streaming parameter from chat portkey langchain llm
Browse files Browse the repository at this point in the history
  • Loading branch information
VisargD committed Jan 8, 2024
1 parent 6e48352 commit a041619
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions portkey_ai/llms/langchain/chat.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ class ChatPortkey(SimpleChatModel):
provider: Optional[str] = None
trace_id: Optional[str] = None
custom_metadata: Optional[str] = None
streaming: bool = False

def __init__(
self,
Expand Down

0 comments on commit a041619

Please sign in to comment.