Skip to content

Commit 38dec52

Browse files
committed
Readme with sleep
1 parent 316cdb2 commit 38dec52

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/flows/chat/chat-with-pdf/README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,9 @@ CHUNK_OVERLAP=0
3333
Note: CHAT_MODEL_DEPLOYMENT_NAME should point to a chat model like gpt-3.5-turbo or gpt-4
3434

3535
```bash
36-
cat .env
3736
pf connection create --file .env --name chat_with_pdf_custom_connection
37+
cat .env
38+
sleep 10
3839
```
3940

4041
### Turn into a prompt flow with just 1 node [flow.dag.yaml](flow.dag.yaml)

0 commit comments

Comments
 (0)