Skip to content

Commit 86be39c

Browse files
committed
update
1 parent 8a88715 commit 86be39c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/prompt-flow/how-to-create-manage-runtime.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ Learn full end to end code first example: [Integrate prompt flow with LLM-based
219219
---
220220

221221
> [!NOTE]
222-
> If you are using automatic runtime to submit promptflow run, the idle shutdown is 1 hour.
222+
> If you are using automatic runtime to submit promptflow run, the idle shutdown is one hour.
223223
224224
### Reference files outside of the flow folder - automatic runtime only
225225
Sometimes, you might want to reference a `requirements.txt` file that is outside of the flow folder. For example, you might have complex project that includes multiple flows, and they share the same `requirements.txt` file. To do this, You can add this field `additional_includes` into the `flow.dag.yaml`. The value of this field is a list of the relative file/folder path to the flow folder. For example, if requirements.txt is in the parent folder of the flow folder, you can add `../requirements.txt` to the `additional_includes` field.

0 commit comments

Comments
 (0)