Skip to content

Commit eab26f5

Browse files
committed
deployments
Signed-off-by: Arya Pratap Singh <notaryasingh@gmail.com>
1 parent 22bdd84 commit eab26f5

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

agent/requirements.txt

3.82 KB
Binary file not shown.

frontend-interface/app/api/copilotkit/route.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const runtime = new CopilotRuntime(
1212
{
1313
remoteEndpoints: [
1414
{
15-
url: process.env.REMOTE_ACTION_URL || "http://localhost:8000/copilotkit",
15+
url: process.env.REMOTE_ACTION_URL || "http://localhost:8000/copilotkit" || "https://learn-coding-with-copilotkit.onrender.com/copilotkit",
1616
},
1717
],
1818
}

frontend-interface/app/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ const DSASolutionInterface = () => {
6666

6767
setLoading(true);
6868
try {
69-
const response = await fetch("http://localhost:8000/copilotkit", {
69+
const response = await fetch("https://learn-coding-with-copilotkit.onrender.com/copilotkit", {
7070
method: "POST",
7171
headers: {
7272
"Content-Type": "application/json",

0 commit comments

Comments
 (0)