mirror of
https://github.com/KeygraphHQ/shannon.git
synced 2026-04-26 01:55:49 +03:00
[GH-ISSUE #42] Support to OpenAI Key #11
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/shannon-KeygraphHQ#11
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @chaitanya1 on GitHub (Jan 9, 2026).
Original GitHub issue: https://github.com/KeygraphHQ/shannon/issues/42
Currently the entire app is supported with claude, when are you going support for Open_AI
@chaitanya1 commented on GitHub (Jan 12, 2026):
@JNX03 any ETA to support for Open AI key ?
@JNX03 commented on GitHub (Jan 13, 2026):
Hello, @chaitanya1 to using Shannon with OpenAI API key
In Dockerfile you have to add this line at the bottom of the code
ENV ANTHROPIC_BASE_URL=https://api.openai.com/v1/chat/completionsNote : I have change it do the openai base url but if it dosn't work please check on the docs "https://platform.openai.com/docs/api-reference/"
then run the start command https://github.com/KeygraphHQ/shannon?tab=readme-ov-file#quick-start-with-docker
Hope this help
@keygraphVarun commented on GitHub (Jan 22, 2026):
We now have experimental (but unsupported) support for OpenAI via Claude Code Router (https://github.com/musistudio/claude-code-router):
https://github.com/KeygraphHQ/shannon?tab=readme-ov-file#experimental---unsupported-router-mode-alternative-providers
Shannon is built on top of the Anthropic Agent SDK and is optimized for Anthropic models. You shouldn’t expect comparable results when swapping in other model providers, because the harness + model combination was tuned for Anthropic.
We also haven’t seen great results on OpenAI, to be honest. This is enabled purely for experimentation and is not suitable for any non-trivial use.