Skip to content

Commit b09d65b

Browse files
authored
Merge pull request #119968 from hyoshioka0128/patch-790
Typo "[Azure Open AI]"→"[Azure OpenAI]"
2 parents 7643407 + e923dac commit b09d65b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/machine-learning/prompt-flow/concept-connections.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ Connections in prompt flow play a crucial role in establishing connections to re
2424

2525
In the Azure Machine Learning workspace, connections can be configured to be shared across the entire workspace or limited to the creator. Secrets associated with connections are securely persisted in the corresponding Azure Key Vault, adhering to robust security and compliance standards.
2626

27-
Prompt flow provides various prebuilt connections, including Azure Open AI, Open AI, and Azure Content Safety. These prebuilt connections enable seamless integration with these resources within the built-in tools. Additionally, users have the flexibility to create custom connection types using key-value pairs, empowering them to tailor the connections to their specific requirements, particularly in Python tools.
27+
Prompt flow provides various prebuilt connections, including Azure OpenAI, OpenAI, and Azure Content Safety. These prebuilt connections enable seamless integration with these resources within the built-in tools. Additionally, users have the flexibility to create custom connection types using key-value pairs, empowering them to tailor the connections to their specific requirements, particularly in Python tools.
2828

2929
| Connection type | Built-in tools |
3030
| ------------------------------------------------------------ | ------------------------------- |
31-
| [Azure Open AI](https://azure.microsoft.com/products/cognitive-services/openai-service) | LLM or Python |
32-
| [Open AI](https://openai.com/) | LLM or Python |
31+
| [Azure OpenAI](https://azure.microsoft.com/products/cognitive-services/openai-service) | LLM or Python |
32+
| [OpenAI](https://openai.com/) | LLM or Python |
3333
| [Azure Content Safety](https://aka.ms/acs-doc) | Content Safety (Text) or Python |
3434
| [Azure AI Search](https://azure.microsoft.com/products/search) (formerly Cognitive Search) | Vector DB Lookup or Python |
3535
| [Serp](https://serpapi.com/) | Serp API or Python |

0 commit comments

Comments
 (0)