Skip to content

✨ feat(config): Add support for custom AI provider base URLs#33

Merged
tarampampam merged 1 commit into
masterfrom
feat/providers-base-url
Apr 14, 2026
Merged

✨ feat(config): Add support for custom AI provider base URLs#33
tarampampam merged 1 commit into
masterfrom
feat/providers-base-url

Conversation

@tarampampam

Copy link
Copy Markdown
Owner

Fixes #22

Introduced the ability to specify custom base URLs for all AI providers (Gemini, OpenAI, OpenRouter, Anthropic). This allows users to connect to self-hosted or OpenAI-compatible endpoints like Ollama or LM Studio.

Updated the README, example configuration, and CLI flags to include the new `--<provider>-base-url` options and corresponding configuration fields. The AI provider implementations have been updated to use these base URLs when provided.
@tarampampam tarampampam added the type:feature PR that introduces a new feature label Apr 14, 2026
@tarampampam tarampampam merged commit c67a585 into master Apr 14, 2026
9 checks passed
@tarampampam tarampampam deleted the feat/providers-base-url branch April 14, 2026 17:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type:feature PR that introduces a new feature

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support setting a custom base url for open ai

1 participant