mirror of
https://github.com/KeygraphHQ/shannon.git
synced 2026-04-25 17:45:53 +03:00
[GH-ISSUE #151] Using OpenAI API key built with azure #51
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#51
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 @Redteamer0101 on GitHub (Feb 20, 2026).
Original GitHub issue: https://github.com/KeygraphHQ/shannon/issues/151
Hi, I'm trying to setup my azure open ai api key but it's coming as Invalid api key.
This is how I put it in .env
OPENAI_API_KEY=key
ROUTER_DEFAULT=azure/gpt-5
can you help me to setup this.
@ezl-keygraph commented on GitHub (Feb 20, 2026):
We haven't tested with Azure OpenAI, but technically it should work with the following changes
.envyou have mentionedgpt-5.2andgpt-5-minimodels in Azure OpenAI in order to use themREADME.md, so that it will be helpful for other users as well@Redteamer0101 commented on GitHub (Feb 23, 2026):
Nope getting same error invalid api key let me do bit of troubleshoot seems like it's not taking my api key
@Aman-Haris-855 commented on GitHub (Feb 23, 2026):
Hi, I explored this problem and it a requires a lot of efforts to find the solution. Here are my observations so far:
I am working on a solution, but for some reason the Pre recon agent is not saving the pre_recon_deliverable.md file in the correct, due to which the recon agent is failing. Once I am able to get the agents running successfully, I can open a PR with the implementation.
@keygraphVarun commented on GitHub (Feb 24, 2026):
As we mentioned in our README, the Claude Code router is unsupported and is intended as an off-ramp for community-focused exploration of other models. We've noticed a lot of variance using non-Anthropic outside of our default.
We are built on the Anthropic harness and, for now, are optimized only for Anthropic models.