Skip to content

Conversation

@vishalm
Copy link

@vishalm vishalm commented Jan 24, 2025

Port number updated from 3000 to 8000 as for local setup routes.ts expect to run copilotkit on 8000

const runtime = new CopilotRuntime({
remoteEndpoints: [
{
url: process.env.REMOTE_ACTION_URL || "http://localhost:8000/copilotkit",
},
],
});

Port number updated from 3000 to 8000 as for local setup routes.ts expect to run copilotkit on 8000 

const runtime = new CopilotRuntime({
  remoteEndpoints: [
    {
      url: process.env.REMOTE_ACTION_URL || "http://localhost:8000/copilotkit",
    },
  ],
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant