We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0323d5 commit cfaa7f8Copy full SHA for cfaa7f8
src/components/SupportAI.tsx
@@ -68,8 +68,8 @@ export default function SupportAI() {
68
let sources: Sources = [];
69
70
await fetchEventSource(
71
- "http://localhost:8010/proxy/devdocs/ask",
72
- // "https://support-ai.cloudflaresupport.workers.dev/devdocs/ask",
+ // "http://localhost:8010/proxy/devdocs/ask",
+ "https://support-ai.cloudflaresupport.workers.dev/devdocs/ask",
73
{
74
method: "POST",
75
body: JSON.stringify({
@@ -114,7 +114,6 @@ export default function SupportAI() {
114
.join("\n"),
115
].join("\n");
116
117
- console.log(JSON.stringify(newMessages, null, 2));
118
return newMessages;
119
});
120
}
0 commit comments