-
Notifications
You must be signed in to change notification settings - Fork 0
Remove Ollama And Use Gemini API #5
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
- Right now, the project relies on Ollama for LLM functionality. This adds extra setup steps (installing and running Ollama locally), makes it harder to deploy in different environments (e.g., cloud, CI, shared servers), and tightly couples the app to a local runtime.
Describe the solution you'd like
- Replace the existing Ollama integration with the Google Gemini API (or add Gemini as the primary/default LLM backend).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request