Skip to content

Commit

Permalink
quick fix on sentence in azure-openai notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
rchan26 committed Oct 29, 2024
1 parent 83d54a6 commit c6ee30c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/azure-openai/azure-openai.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"Now, we obtain those values. We raise an error if the `OPENAI_API_KEY` environment variable hasn't been set:"
"Now, we obtain those values. We raise an error if the `AZURE_OPENAI_API_KEY` or `AZURE_OPENAI_API_ENDPOINT` environment variables haven't been set:"
]
},
{
Expand Down Expand Up @@ -396,7 +396,7 @@
],
"metadata": {
"kernelspec": {
"display_name": ".venv",
"display_name": "prompto",
"language": "python",
"name": "python3"
},
Expand Down

0 comments on commit c6ee30c

Please sign in to comment.