错误:搜索内容不能为空,请输入英文关键词
错误:关键词超出字数限制,请精简
高级检索

Deploying and Exploring OpenAI in Azure

  • Julian Soh,
  • Priyanshi Singh

摘要

In this chapter, we will be deploying Azure OpenAI and interacting with the different LLM models. Azure also provides a user interface (UI) to experiment with the LLMs which we will explore. We will also be introducing additional parameters that can be used to influence the behavior of the LLM, such as Temperature, Top-p, Frequency penalty, and Presence penalty. This will prepare us for Chapter 4 , where we will learn how to ground the LLM with your own data before proceeding to architect a full-blown enterprise LLM solution based on the Retrieval Augmented Generation (RAG) architecture.