Description
OpenGravity is currently locked to the Gemini API via the generativelanguage.googleapis.com endpoint. To be truly "BYOK," we need to support other major LLM providers.
Tasks
- Create an abstraction layer for API calls in agent.js.
- Add adapters for OpenAI (GPT-4o) and Anthropic (Claude 3.5 Sonnet).
- Update the Settings UI to allow users to select their preferred provider.
Description
OpenGravity is currently locked to the Gemini API via the generativelanguage.googleapis.com endpoint. To be truly "BYOK," we need to support other major LLM providers.
Tasks