Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 2.85 KB

IntroOpenAI.md

File metadata and controls

34 lines (21 loc) · 2.85 KB

Introduction to Azure OpenAI

Overview

Azure OpenAI (AOAI) is a result of partnership between Microsoft and OpenAI. The service combines Azure's enterprise grade capabilities with OpenAI's generative AI LLM capabilities.

Using Azure OpenAI allows you to transition between your work with Azure services and OpenAI, while utilizing Azure's private networking, regional availability, and responsible AI content filtering.

Getting Started

Overview

Prompt Engineering

Prompt engineering is the practice of crafting well-structured and specific input queries or prompts to guide the output of language models. Prompts play a crucial role in communicating and directing the behavior of LLMs. They serve as inputs or queries that users can provide to elicit specific responses from a model. Effective prompt design is essential to achieving desired outcomes with LLM AI models. It involves selecting the right words, phrases, symbols and formats that guide the model in generating high-quality and relevant texts. Here are some links to get started with prompt engineering:

QuickStarts

Keeping Up