You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Change the default Google library from google-generativeai to google-genai. Also the import statement import google.generativeai as genai should be changed to import google as genai to support new advanced features such as system instructions and grounding with google search.
The text was updated successfully, but these errors were encountered:
Change the default Google library from
google-generativeai
togoogle-genai
. Also the import statementimport google.generativeai as genai
should be changed toimport google as genai
to support new advanced features such as system instructions and grounding with google search.The text was updated successfully, but these errors were encountered: