Gemini
- Create an account on Google AI and get your API key.
- 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"
}
- Start TaskWeaver and chat with TaskWeaver. You can refer to the Quick Start for more details.