We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d89fb7d commit 3bc314cCopy full SHA for 3bc314c
genai/rag/llm/cloud_chat_model.py
@@ -52,7 +52,7 @@ def __init__(
52
)
53
logger.info(
54
"Cloud LLM initialized with model: %s and provider: %s",
55
- model_name,
+ model_name,
56
provider
57
58
0 commit comments