-
Notifications
You must be signed in to change notification settings - Fork 895
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Automated Pull Master Merge Tue 09/26/202311:46:35.80
- Loading branch information
Showing
53 changed files
with
1,348 additions
and
254 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -126,6 +126,7 @@ | |
"tcsetattr", | ||
"pysqlite", | ||
"AADSTS700082", | ||
"levelno", | ||
"Mobius" | ||
], | ||
"allowCompoundWords": true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# Prompt flow | ||
|
||
[![Python package](https://img.shields.io/pypi/v/promptflow)](https://pypi.org/project/promptflow/) | ||
[![Python](https://img.shields.io/pypi/pyversions/promptflow.svg?maxAge=2592000)](https://pypi.python.org/pypi/promptflow/) | ||
[![Python](https://img.shields.io/pypi/pyversions/promptflow.svg?maxAge=2592000)](https://pypi.python.org/pypi/promptflow/) | ||
[![PyPI - Downloads](https://img.shields.io/pypi/dm/promptflow)](https://pypi.org/project/promptflow/) | ||
[![CLI](https://img.shields.io/badge/CLI-reference-blue)](https://microsoft.github.io/promptflow/reference/pf-command-reference.html) | ||
[![vsc extension](https://img.shields.io/visual-studio-marketplace/i/prompt-flow.prompt-flow?logo=Visual%20Studio&label=Extension%20)](https://marketplace.visualstudio.com/items?itemName=prompt-flow.prompt-flow) | ||
|
@@ -85,9 +85,9 @@ Prompt Flow is a tool designed to **build high quality LLM apps**, the developme | |
|
||
### Develop your own LLM apps | ||
|
||
#### VS Code Extension<img src="examples/tutorials/quick-start/media/logo_pf.png" alt="logo" width="25"/> | ||
#### VS Code Extension<img src="examples/tutorials/quick-start/media/logo_pf.png" alt="logo" width="25"/> | ||
|
||
We also offer a VS Code extension (a flow designer) for an interactive flow development experience with UI. | ||
We also offer a VS Code extension (a flow designer) for an interactive flow development experience with UI. | ||
|
||
<img src="examples/tutorials/quick-start/media/vsc.png" alt="vsc" width="1000"/> | ||
|
||
|
@@ -139,6 +139,25 @@ For more information see the | |
or contact [[email protected]](mailto:[email protected]) | ||
with any additional questions or comments. | ||
|
||
## Data Collection | ||
|
||
The software may collect information about you and your use of the software and | ||
send it to Microsoft if configured to enable telemetry. | ||
Microsoft may use this information to provide services and improve our products and services. | ||
You may turn on the telemetry as described in the repository. | ||
There are also some features in the software that may enable you and Microsoft | ||
to collect data from users of your applications. If you use these features, you | ||
must comply with applicable law, including providing appropriate notices to | ||
users of your applications together with a copy of Microsoft's privacy | ||
statement. Our privacy statement is located at | ||
https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data | ||
collection and use in the help documentation and our privacy statement. Your | ||
use of the software operates as your consent to these practices. | ||
|
||
### Telemetry Configuration | ||
|
||
Telemetry collection is off by default. To opt in, please run `pf config set cli.telemetry_enabled=true` to turn it on. | ||
|
||
## License | ||
|
||
Copyright (c) Microsoft Corporation. All rights reserved. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.