Skip to content

Commit a911658

Browse files
committed
use self hosted runtime
1 parent 10f306a commit a911658

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/page.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export default function AIPresentation() {
1313
<CopilotKit
1414
publicApiKey={process.env.NEXT_PUBLIC_COPILOT_CLOUD_API_KEY}
1515
// Alternatively, you can use runtimeUrl to host your own CopilotKit Runtime
16-
// runtimeUrl="/api/copilotkit"
16+
runtimeUrl="/api/copilotkit"
1717
transcribeAudioUrl="/api/transcribe"
1818
textToSpeechUrl="/api/tts"
1919
>

0 commit comments

Comments
 (0)