docs: add ANTHROPIC_BASE_URL support for custom endpoints#83
Open
ChinmayShringi wants to merge 1 commit intoKeygraphHQ:mainfrom
Open
docs: add ANTHROPIC_BASE_URL support for custom endpoints#83ChinmayShringi wants to merge 1 commit intoKeygraphHQ:mainfrom
ChinmayShringi wants to merge 1 commit intoKeygraphHQ:mainfrom
Conversation
Add documentation for using custom Anthropic-compatible API endpoints (like Kimi K2.5, AWS Bedrock, etc.) without needing router mode. Users can now set ANTHROPIC_BASE_URL directly in .env to route requests to any Anthropic-compatible endpoint. Fixes KeygraphHQ#69
8ad0552 to
2f14a1a
Compare
|
@keygraphVarun Can you please take a look into this |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
ANTHROPIC_BASE_URLin.envwithout router modeChanges
.env.example: Added OPTION 3 section for custom base URLCLAUDE.md: Added "Custom Anthropic-Compatible Endpoint" sectionREADME.md: Added section before Router ModeTest plan
ANTHROPIC_BASE_URLin.envto a custom endpoint./shannon startwithoutROUTER=trueFixes #69