Skip to content

Commit 466d9d2

Browse files
committed
rename flow
1 parent 61e2601 commit 466d9d2

File tree

9 files changed

+4
-4
lines changed

9 files changed

+4
-4
lines changed

apps/11_promptflow/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,17 +66,17 @@ $ pf run create \
6666
--stream
6767
```
6868

69-
### playground
69+
### playground_chat
7070

7171
```shell
7272
cd apps/11_promptflow
7373

7474
# Initialize a new flow
7575
$ pf flow init \
76-
--flow playground \
76+
--flow playground_chat \
7777
--type chat
7878

79-
$ cd playground
79+
$ cd playground_chat
8080

8181
# Set parameters
8282
$ CONNECTION_NAME=open_ai_connection
@@ -113,7 +113,7 @@ $ pf flow test \
113113
--inputs question="What's the capital of France?"
114114

115115
# Create run with multiple lines data
116-
$ RUN_NAME=playground-$(date +%s)
116+
$ RUN_NAME=playground_chat-$(date +%s)
117117
$ pf run create \
118118
--name $RUN_NAME \
119119
--flow . \
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)