[PR #83] docs: add ANTHROPIC_BASE_URL support for custom endpoints #108

Open
opened 2026-02-27 07:20:27 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/KeygraphHQ/shannon/pull/83
Author: @ChinmayShringi
Created: 2/7/2026
Status: 🔄 Open

Base: mainHead: docs/custom-anthropic-base-url


📝 Commits (1)

  • 2f14a1a docs: add ANTHROPIC_BASE_URL support for custom endpoints

📊 Changes

3 files changed (+37 additions, -0 deletions)

View changed files

📝 .env.example (+11 -0)
📝 CLAUDE.md (+13 -0)
📝 README.md (+13 -0)

📄 Description

Summary

  • Add documentation for using custom Anthropic-compatible endpoints
  • Users can now set ANTHROPIC_BASE_URL in .env without router mode
  • Enables use of Kimi K2.5, AWS Bedrock, or any Anthropic-compatible API

Changes

  • .env.example: Added OPTION 3 section for custom base URL
  • CLAUDE.md: Added "Custom Anthropic-Compatible Endpoint" section
  • README.md: Added section before Router Mode

Test plan

  • Set ANTHROPIC_BASE_URL in .env to a custom endpoint
  • Run ./shannon start without ROUTER=true
  • Verify requests go to custom endpoint

Fixes #69


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/KeygraphHQ/shannon/pull/83 **Author:** [@ChinmayShringi](https://github.com/ChinmayShringi) **Created:** 2/7/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `docs/custom-anthropic-base-url` --- ### 📝 Commits (1) - [`2f14a1a`](https://github.com/KeygraphHQ/shannon/commit/2f14a1a04f28b4dd3896c666317bc65ae6afcaf5) docs: add ANTHROPIC_BASE_URL support for custom endpoints ### 📊 Changes **3 files changed** (+37 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `.env.example` (+11 -0) 📝 `CLAUDE.md` (+13 -0) 📝 `README.md` (+13 -0) </details> ### 📄 Description ## Summary - Add documentation for using custom Anthropic-compatible endpoints - Users can now set `ANTHROPIC_BASE_URL` in `.env` without router mode - Enables use of Kimi K2.5, AWS Bedrock, or any Anthropic-compatible API ## Changes - `.env.example`: Added OPTION 3 section for custom base URL - `CLAUDE.md`: Added "Custom Anthropic-Compatible Endpoint" section - `README.md`: Added section before Router Mode ## Test plan - [ ] Set `ANTHROPIC_BASE_URL` in `.env` to a custom endpoint - [ ] Run `./shannon start` without `ROUTER=true` - [ ] Verify requests go to custom endpoint Fixes #69 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/shannon-KeygraphHQ#108
No description provided.