Skip to content

Commit 126a333

Browse files
Update apps/portal/src/app/ai/chat/migrate-from-nebula/page.mdx
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> Signed-off-by: samina <[email protected]>
1 parent 2f6bf29 commit 126a333

File tree

1 file changed

+1
-1
lines changed
  • apps/portal/src/app/ai/chat/migrate-from-nebula

1 file changed

+1
-1
lines changed

apps/portal/src/app/ai/chat/migrate-from-nebula/page.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ fetch("<https://nebula-api.thirdweb.com/chat>", {
5353
## After (thirdweb AI Chat API)
5454

5555
```typescript
56-
fetch("<https://api.thirdweb.com/ai/chat>", {
56+
fetch("https://api.thirdweb.com/ai/chat", {
5757
method: "POST",
5858
headers: {
5959
"Content-Type": "application/json",

0 commit comments

Comments
 (0)