tskwvr / website /docs /llms /gemini.md
TRaw's picture
Upload 297 files
3d3d712

Gemini

  1. Create an account on Google AI and get your API key.
  2. Add the following content to your taskweaver_config.json file:
{
"llm.api_type": "google_genai",
"llm.google_genai.api_key": "YOUR_API_KEY",
"llm.google_genai.model": "gemini-pro"
}
  1. Start TaskWeaver and chat with TaskWeaver. You can refer to the Quick Start for more details.