We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 909d359 commit 86f4137Copy full SHA for 86f4137
1 file changed
commitai/cli.py
@@ -66,7 +66,6 @@ def _initialize_llm(model: str) -> BaseChatModel:
66
return ChatGoogleGenerativeAI(
67
model=model,
68
google_api_key=google_api_key_str,
69
- convert_system_message_to_human=True,
70
)
71
72
except Exception as e:
0 commit comments