Skip to content

Commit 86f4137

Browse files
committed
refactor(cli): remove convert_system_message_to_human for Google Generative AI
1 parent 909d359 commit 86f4137

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

commitai/cli.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ def _initialize_llm(model: str) -> BaseChatModel:
6666
return ChatGoogleGenerativeAI(
6767
model=model,
6868
google_api_key=google_api_key_str,
69-
convert_system_message_to_human=True,
7069
)
7170

7271
except Exception as e:

0 commit comments

Comments
 (0)