Skip to content

Commit

Permalink
Update base.py
Browse files Browse the repository at this point in the history
  • Loading branch information
nightosong authored Oct 9, 2024
1 parent 48cac06 commit c5601b7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ class ZhipuAI(FunctionCallingLLM):
def __init__(
self,
model: str,
api_key: str,
temperature: float = 0.95,
max_tokens: int = 1024,
timeout: float = DEFAULT_REQUEST_TIMEOUT,
Expand Down

0 comments on commit c5601b7

Please sign in to comment.