赞
踩
打开网页ai.google.dev。
目前只提供Pro版本。
Pro版本目前免费使用。
取得API Key。
- pip install -q -U google-generativeai
-
- import google.generativeai as genai
- model = genai.GenerativeModel('gemini-pro')
-
- response = model.generate_content("What is the meaning of life?")
完结。
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。