File tree 4 files changed +24
-8
lines changed
frontend-interface/app/api/copilotkit
4 files changed +24
-8
lines changed Original file line number Diff line number Diff line change @@ -2,12 +2,13 @@ name: Trigger Render Deploy
2
2
3
3
on :
4
4
schedule :
5
- - cron : ' */45 * * * *' # every 45 minutes
5
+ - cron : ' */15 * * * *' # every 15 minutes
6
6
7
7
jobs :
8
8
ping-render :
9
9
runs-on : ubuntu-latest
10
10
steps :
11
11
- name : Call Render Deploy Hook
12
12
run : |
13
- curl https://learn-coding-with-copilotkit.onrender.com/copilotkit
13
+ curl https://learn-coding-with-copilotkit.onrender.com/copilotkit
14
+ curl https://learn-coding-with-copilotkit-1.onrender.com/copilotkit
Original file line number Diff line number Diff line change 1
1
2
- # Learn Coding with CopilotKit, CoAgents, and LangGraphs 🚀
3
2
4
- [ ![ CopilotKit] ( https://img.shields.io/badge/Powered%20By-CopilotKit-brightgreen )] ( https://github.com/copilotkit )
5
- [ ![ Frontend: Next.js] ( https://img.shields.io/badge/Frontend-Next.js-orange )] ( https://nextjs.org/ )
6
- [ ![ Demo Video] ( https://img.shields.io/badge/Watch-Demo%20Video-red )] ( https://youtu.be/E1q67IDcdMU )
7
- [ ![ Website] ( https://img.shields.io/badge/Website-Live-brightgreen )] ( https://learn-coding-with-copilotkit.vercel.app/ )
3
+ <div align =" center " >
4
+
5
+ # Learn Coding with CopilotKit, CoAgents, and LangGraphs 🚀
6
+ <img src =" ./screenshots/cover.png " alt =" Cover Image " />
7
+ </div >
8
+
9
+ <div align =" center " >
10
+ <a href =" https://github.com/copilotkit " >
11
+ <img src="https://img.shields.io/badge/Powered%20By-CopilotKit-brightgreen" alt="CopilotKit Badge" />
12
+ </a >
13
+ <a href =" https://nextjs.org/ " >
14
+ <img src="https://img.shields.io/badge/Frontend-Next.js-orange" alt="Frontend: Next.js Badge" />
15
+ </a >
16
+ <a href =" https://youtu.be/E1q67IDcdMU " >
17
+ <img src="https://img.shields.io/badge/Watch-Demo%20Video-red" alt="Demo Video Badge" />
18
+ </a >
19
+ <a href =" https://learn-coding-with-copilotkit.vercel.app/ " >
20
+ <img src="https://img.shields.io/badge/Website-Live-brightgreen" alt="Website Badge" />
21
+ </a >
22
+ </div >
8
23
9
24
---
10
25
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ const runtime = new CopilotRuntime(
12
12
{
13
13
remoteEndpoints : [
14
14
{
15
- url : process . env . REMOTE_ACTION_URL || "http://localhost:8000/copilotkit" || "https://learn-coding-with-copilotkit.onrender.com/copilotkit" ,
15
+ url : process . env . REMOTE_ACTION_URL || "https://learn-coding-with-copilotkit-1 .onrender.com/copilotkit" || "http://localhost:8000 /copilotkit",
16
16
} ,
17
17
] ,
18
18
}
You can’t perform that action at this time.
0 commit comments