Skip to content

Commit 1e5e8d7

Browse files
committed
Add User model prerequisite note to streaming chat tutorial
1 parent feeb4c6 commit 1e5e8d7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/app/docs/streaming-chat/page.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ OPENAI_ACCESS_TOKEN=abc123
5656

5757
### Migrations
5858

59+
Note: The migration assumes that you already have a User model.
60+
5961
Generate the migrations:
6062

6163
```bash

0 commit comments

Comments
 (0)