Skip to content

Commit

Permalink
Merge branch 'main' into gunicorn-version-down
Browse files Browse the repository at this point in the history
  • Loading branch information
ninghu authored Nov 20, 2024
2 parents 9951f63 + 62053d2 commit 0b315f4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/promptflow-devkit/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
## v1.11.0 (2024.05.17)

### Features Added
- Upload local run details to cloud when trace destination is configured to cloud. See [here](https://microsoft.github.io/promptflow/cloud/azureai/tracing/run_tracking.html) for more details.
- Upload local run details to cloud when trace destination is configured to cloud.

### Improvements
- Interactive browser credential is excluded by default when using Azure AI connections, user could set `PF_NO_INTERACTIVE_LOGIN=False` to enable it.
Expand Down
3 changes: 2 additions & 1 deletion src/promptflow/tests/executor/e2etests/test_langchain.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ class TestLangchain:
@pytest.mark.parametrize(
"flow_folder, inputs_mapping",
[
("flow_with_langchain_traces", {"question": "${data.question}"}),
# Below case failed on CI and investigate later
# ("flow_with_langchain_traces", {"question": "${data.question}"}),
("openai_chat_api_flow", {"question": "${data.question}", "chat_history": "${data.chat_history}"}),
("openai_completion_api_flow", {"prompt": "${data.prompt}"}),
],
Expand Down

0 comments on commit 0b315f4

Please sign in to comment.