Skip to content

Commit

Permalink
remove function define args
Browse files Browse the repository at this point in the history
  • Loading branch information
liqul committed Dec 25, 2023
1 parent 388cb0d commit be81d51
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion taskweaver/llm/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ def chat_completion(
max_tokens: Optional[int] = None,
top_p: Optional[float] = None,
stop: Optional[List[str]] = None,
tools: Optional[List] = None,
**kwargs: Any,
) -> Generator[ChatMessageType, None, None]:
"""
Expand Down

0 comments on commit be81d51

Please sign in to comment.