We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10f306a commit a911658Copy full SHA for a911658
src/app/page.tsx
@@ -13,7 +13,7 @@ export default function AIPresentation() {
13
<CopilotKit
14
publicApiKey={process.env.NEXT_PUBLIC_COPILOT_CLOUD_API_KEY}
15
// Alternatively, you can use runtimeUrl to host your own CopilotKit Runtime
16
- // runtimeUrl="/api/copilotkit"
+ runtimeUrl="/api/copilotkit"
17
transcribeAudioUrl="/api/transcribe"
18
textToSpeechUrl="/api/tts"
19
>
0 commit comments