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 1f7d9a3 commit 5f8a12cCopy full SHA for 5f8a12c
examples/09-ai/01-minimal/src/App.tsx
@@ -45,7 +45,8 @@ async function autoCompleteProvider(
45
);
46
47
const response = await fetch(
48
- `https://localhost:3000/ai/autocomplete/generateText`,
+ "https://blocknote-pr-2191.onrender.com/ai/autocomplete/generateText",
49
+ // `https://localhost:3000/ai/autocomplete/generateText`,
50
{
51
method: "POST",
52
body: JSON.stringify({ text }),
0 commit comments