We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a911658 commit b50eb92Copy full SHA for b50eb92
src/app/api/copilotkit/route.ts
@@ -80,10 +80,6 @@ export const POST = async (req: NextRequest) => {
80
runtime: new CopilotRuntime({ actions }),
81
serviceAdapter: new OpenAIAdapter({ model: openaiModel }),
82
endpoint: req.nextUrl.pathname,
83
- cloud: {
84
- publicApiKey: process.env.COPILOT_CLOUD_API_KEY,
85
- baseUrl: "https://api.cloud.stagingcopilotkit.ai",
86
- },
87
});
88
89
return handleRequest(req);
0 commit comments