We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4965d05 commit 55bcd12Copy full SHA for 55bcd12
src/main/services/agent.ts
@@ -220,6 +220,9 @@ export function registerAgentIpc(
220
POSTHOG_API_KEY: apiKey,
221
POSTHOG_API_HOST: apiHost,
222
POSTHOG_AUTH_HEADER: `Bearer ${apiKey}`,
223
+ ANTHROPIC_API_KEY: apiKey,
224
+ ANTHROPIC_AUTH_TOKEN: apiKey,
225
+ ANTHROPIC_BASE_URL: `${apiHost}/api/projects/${projectId}/llm_gateway`,
226
};
227
228
const mcpOverrides = {};
0 commit comments