Skip to content

Commit

Permalink
[Fix] remove system instruction for gemini 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Daggx committed May 14, 2024
1 parent 75c5162 commit 155fa2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion edenai_apis/apis/google/google_multimodal_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ def multimodal__chat(
"topK": top_k,
"stopSequences": stop_sequences,
},
"systemInstruction": chatbot_global_action,
# "systemInstruction": chatbot_global_action,
}
if stream is False:
response = requests.post(url, json=payload, headers=headers)
Expand Down

0 comments on commit 155fa2b

Please sign in to comment.