Skip to content

Commit 56b7508

Browse files
committed
Reformated the code
1 parent 6f730cd commit 56b7508

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/unstract/llmwhisperer/client_v2.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,9 @@ class LLMWhispererClientV2:
8080
log_stream_handler.setFormatter(formatter)
8181
logger.addHandler(log_stream_handler)
8282

83-
api_key: str
84-
base_url: str
85-
api_timeout: int
83+
api_key: str = ""
84+
base_url: str = ""
85+
api_timeout: int = 120
8686

8787
def __init__(
8888
self,

0 commit comments

Comments
 (0)