Add a Google Gemini provider adapter
Open
good first issue
help wanted
- Dominant language
- TypeScript
- Stars
- 19
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
`@josharsh/pixelpi-ai` ships Anthropic + OpenAI adapters. Add a Gemini adapter implementing the same `LLMProvider` interface (see `packages/ai/src/types.ts` and `openai.ts` for the shape), wired into `createProvider`.
Bonus: a local option (Ollama) via the OpenAI-compatible endpoint. Keep the mapping unit-tested with fixtures, no network in tests.
Contributor guide
Assessment
This issue has not been assessed yet.