Skip to content

Commit

Permalink
Merge branch 'spell-updates' of https://github.com/GoogleCloudPlatfor…
Browse files Browse the repository at this point in the history
…m/generative-ai into spell-updates
  • Loading branch information
holtskinner committed Jan 23, 2025
2 parents 0228cd1 + 3c121d7 commit eaa8844
Show file tree
Hide file tree
Showing 59 changed files with 4,635 additions and 396 deletions.
1 change: 1 addition & 0 deletions .git-blame-ignore-revs
Original file line number Diff line number Diff line change
Expand Up @@ -89,3 +89,4 @@ a41f948147f9c16c9b1255038929ab1d1ac07def
076464885ddf63d57d91cac830ff83f774d5c877
ca7ceb9f8358a5d79c31d2511f705bcc55c24232
0538e91f7c69c34174c722ae1ed1552261c8b805
6ba714a7cf1d8d460f5518e5bf220b76088aec09
7 changes: 7 additions & 0 deletions .github/actions/spelling/allow.txt
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ Kylian
L'avenir
LCEL
LLMs
LLa
LMPA
LOOKBACK
LRESULT
Expand Down Expand Up @@ -437,6 +438,8 @@ Vettel
Vijay
Virat
Viru
WAI
WAU
WDIR
WFH
WNDCLASS
Expand Down Expand Up @@ -675,6 +678,7 @@ functiona
futur
gapic
gauff
gbif
gboolean
gbq
gce
Expand Down Expand Up @@ -773,6 +777,7 @@ jsonlines
jupyter
jvm
kaggle
kendall
kenleejr
keras
keychain
Expand Down Expand Up @@ -831,6 +836,7 @@ millis
miranda
mmarco
mmr
modelfile
morty
moviepy
mpe
Expand Down Expand Up @@ -1028,6 +1034,7 @@ sku
slf
snowboard
sourced
spearmanr
sqkm
srlimit
ssd
Expand Down
3 changes: 2 additions & 1 deletion .github/linters/.textlintrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"terminology": {
"defaultTerms": true,
"exclude": [
"README"
"README",
"VS Code"
]
}
}
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@
> NOTE: [Gemini 2.0 Flash](https://cloud.google.com/vertex-ai/generative-ai/docs/gemini-v2) has been released! Here are the latest notebooks and demos using the new model:
>
> - [Intro to Gemini 2.0 Flash](gemini/getting-started/intro_gemini_2_0_flash.ipynb)
> - [Intro to Gemini 2.0 Flash REST API](gemini/getting-started/intro_gemini_2_0_flash_rest_api.ipynb)
> - [Intro to Code Execution](gemini/code-execution/intro_code_execution.ipynb)
> - [Intro to Multimodal Live API](gemini/multimodal-live-api/intro_multimodal_live_api.ipynb)
> - [Intro to Multimodal Live API with Gen AI SDK](gemini/multimodal-live-api/intro_multimodal_live_api_genai_sdk.ipynb)
> - [Intro to Gemini 2.0 Thinking Mode](gemini/getting-started/intro_gemini_2_0_flash_thinking_mode.ipynb)
> - [Intro to Code Execution](gemini/code-execution/intro_code_execution.ipynb)
> - [Multimodal Live API Demo App](gemini/multimodal-live-api/websocket-demo-app/)
> - [Intro to Google Gen AI SDK](gemini/getting-started/intro_genai_sdk.ipynb)
> - [Real-Time RAG with Multimodal Live API](gemini/multimodal-live-api/real_time_rag_retail_gemini_2_0.ipynb)
> - [Creating Marketing Assets using Gemini 2.0](gemini/use-cases/marketing/creating_marketing_assets_gemini_2_0.ipynb)
> - [Vertex AI Gemini Research Multi Agent Demo Research Agent for EV Industry](gemini/agents/research-multi-agents)
> - [Create a Multi-Speaker Podcast with Gemini 2.0 & Text-to-Speech](audio/speech/use-cases/podcast/multi-speaker-podcast.ipynb)
> - [Intro to Gemini 2.0 Flash REST API](gemini/getting-started/intro_gemini_2_0_flash_rest_api.ipynb)
<!-- markdownlint-disable MD033 -->

Expand Down
2 changes: 2 additions & 0 deletions RESOURCES.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ Please submit additional resources via a PR.

## Video Courses

- [Real Terms for AI](https://goo.gle/AIwordsExplained)
- [AI Guide for Cloud Developers](https://www.youtube.com/playlist?list=PLIivdWyY5sqJio2yeg1dlfILOUO2FoFRx)
- [Intro to Gen AI - Playlist](https://www.youtube.com/playlist?list=PLBgogxgQVM9sl-KnKywVEhkb3QtLHU4OK)
- [Introduction to Generative AI](https://www.youtube.com/watch?v=cZaNf2rA30k&list=PLBgogxgQVM9sl-KnKywVEhkb3QtLHU4OK&index=1&pp=iAQB)
- [Introduction to Large Language Models](https://www.youtube.com/watch?v=RBzXsQHjptQ&list=PLBgogxgQVM9sl-KnKywVEhkb3QtLHU4OK&index=2&pp=iAQB)
Expand Down
Loading

0 comments on commit eaa8844

Please sign in to comment.