Skip to content

Commit

Permalink
fix: expose streaming parameter from portkey langchain llm
Browse files Browse the repository at this point in the history
  • Loading branch information
VisargD committed Jan 8, 2024
1 parent a041619 commit 4cf992e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions portkey_ai/llms/langchain/completion.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ class PortkeyLLM(LLM):
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 4cf992e

Please sign in to comment.