Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
crazygao committed Mar 11, 2024
1 parent b9b7269 commit f1444be
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/promptflow/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
- [SDK/CLI][azure] Create a run with `resume_from`.
- CLI: Support `pfazure run create --resume-from <original-run-name>` to create a run resume from another run.
- SDK: Support `pf.run(resume_from=<original-run-name>)` to create a run resume from another run.
- [SDK] Support flow exectue as async function: `load_flow(<flow>, is_async_call=True)` will return an async callable flow object.

- [SDK/CLI] Support `AzureOpenAIConnection.from_env` and `OpenAIConnection.from_env`. Reach more details [here](https://microsoft.github.io/promptflow/how-to-guides/manage-connections.html#load-from-environment-variables).

Expand Down

0 comments on commit f1444be

Please sign in to comment.