Gitbun currently relies heavily on local Ollama instances for the CLI. We need to expand src/llm/ to support remote APIs. The user should be able to set backend: "openai" in their config and provide an LLM_API_KEY in their environment variables. This requires building a modular provider interface.
Gitbun currently relies heavily on local Ollama instances for the CLI. We need to expand src/llm/ to support remote APIs. The user should be able to set backend: "openai" in their config and provide an LLM_API_KEY in their environment variables. This requires building a modular provider interface.