Skip to content

Commit 3bc314c

Browse files
committed
Fix linting
1 parent d89fb7d commit 3bc314c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

genai/rag/llm/cloud_chat_model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def __init__(
5252
)
5353
logger.info(
5454
"Cloud LLM initialized with model: %s and provider: %s",
55-
model_name,
55+
model_name,
5656
provider
5757
)
5858

0 commit comments

Comments
 (0)