Skip to content

Commit b50eb92

Browse files
committed
remove pointer to staging
1 parent a911658 commit b50eb92

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/app/api/copilotkit/route.ts

-4
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,6 @@ export const POST = async (req: NextRequest) => {
8080
runtime: new CopilotRuntime({ actions }),
8181
serviceAdapter: new OpenAIAdapter({ model: openaiModel }),
8282
endpoint: req.nextUrl.pathname,
83-
cloud: {
84-
publicApiKey: process.env.COPILOT_CLOUD_API_KEY,
85-
baseUrl: "https://api.cloud.stagingcopilotkit.ai",
86-
},
8783
});
8884

8985
return handleRequest(req);

0 commit comments

Comments
 (0)