Skip to content

Commit

Permalink
GenAI notebook add
Browse files Browse the repository at this point in the history
  • Loading branch information
nishitpatel01 committed Jun 23, 2023
1 parent 7617ae5 commit 1be9012
Show file tree
Hide file tree
Showing 4 changed files with 59 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
{
"cells": [
{
"cell_type": "markdown",
"id": "bfac734d-a3fb-41c1-9463-f20e6f4d0119",
"metadata": {},
"source": [
"# Introduction to Gogole cloud Generative AI (PaLM API) using Google cloud console"
]
},
{
"cell_type": "markdown",
"id": "c7fd1249-b21b-4866-b492-984c8910965d",
"metadata": {},
"source": [
"### Summary\n",
"\n",
"This notebooks provides introductory overview of Generative AI studio models within Vertex AI. The notebook also demonstrates how to get started with these models using UI. "
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "91c0fc7a-e1dd-4946-b1b0-300d1c43e384",
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
"environment": {
"kernel": "python3",
"name": "tf2-gpu.2-8.m91",
"type": "gcloud",
"uri": "gcr.io/deeplearning-platform-release/tf2-gpu.2-8:m91"
},
"kernelspec": {
"display_name": "Python 3",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.12"
}
},
"nbformat": 4,
"nbformat_minor": 5
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"id": "5b9efd87-3cd4-496a-9a91-e68a2561a888",
"metadata": {},
"source": [
"# Introduction to Generative AI in Vertex AI "
"# Introduction to Gogole cloud Generative AI (PaLM API) using Python SDK"
]
},
{
Expand All @@ -15,7 +15,7 @@
"source": [
"### Summary\n",
"\n",
"This notebooks provides introductory overview of Generative AI studio models, Model garden within Vertex AI. The notebook also demonstrates how to get started with these models using python sdk as well as using GenAI UI. "
"This notebooks provides introductory overview of Generative AI studio models within Vertex AI. The notebook also demonstrates how to get started with these models using python sdk. "
]
}
],
Expand Down

0 comments on commit 1be9012

Please sign in to comment.