Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update openaisdk.ipynb #3469

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions sdk/python/foundation-models/meta-llama3/openaisdk.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"# Use OpenAI SDK with Meta Llama 3 in Azure AI and Azure ML\n",
"# Use OpenAI SDK with Meta Llama 3 family of models in Azure AI and Azure ML\n",
"\n",
"Use `openai` SDK to consume Meta-llama-3 deployments in Azure AI and Azure ML. The Meta Llama 3 family of models in Azure AI and Azure ML offers an API compatible with the OpenAI Chat Completion API. It allows customers and users to transition seamlessly from OpenAI models to Mistral LLMs. \n",
"Use `openai` SDK to consume Meta-llama-3 family of models deployments in Azure AI and Azure ML. The Meta Llama 3 family of models in Azure AI and Azure ML offers an API compatible with the OpenAI Chat Completion API. It allows customers and users to transition seamlessly from OpenAI models to Mistral LLMs. \n",
"\n",
"The API can be directly used with OpenAI's client libraries or third-party tools, like LangChain or LlamaIndex.\n",
"\n",
Expand All @@ -24,7 +24,7 @@
"* Register for a valid Azure account with subscription \n",
"* Make sure you have access to [Azure AI Studio](https://learn.microsoft.com/en-us/azure/ai-studio/what-is-ai-studio?tabs=home)\n",
"* Create a project and resource group\n",
"* Select Meta Llama 3 models from Model catalog. This example assumes you are deploying `Meta-Llama-3-70B-Instruct`.\n",
"* Select Meta Llama 3 family of models from Model catalog. This example assumes you are deploying `Meta-Llama-3-70B-Instruct`.\n",
"\n",
" > Notice that some models may not be available in all the regions in Azure AI and Azure Machine Learning. On those cases, you can create a workspace or project in the region where the models are available and then consume it with a connection from a different one. To learn more about using connections see [Consume models with connections](https://learn.microsoft.com/en-us/azure/ai-studio/how-to/deployments-connections)\n",
"\n",
Expand Down
Loading