Skip to content

Commit

Permalink
Merge branch 'main' into feat-add-e2e-gen-ai-app-starter-pack
Browse files Browse the repository at this point in the history
  • Loading branch information
holtskinner authored Oct 9, 2024
2 parents 186cda0 + dc37004 commit 1b101de
Show file tree
Hide file tree
Showing 6 changed files with 1,042 additions and 20 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/links.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

- name: Link Checker
id: lychee
uses: lycheeverse/lychee-action@v1
uses: lycheeverse/lychee-action@v2

- name: Create Issue From File
if: env.lychee_exit_code != 0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1041,7 +1041,6 @@
"outputs": [],
"source": [
"real_time_request = cloud_speech.RecognizeRequest(\n",
" recognizer=f\"projects/{PROJECT_ID}/locations/{LOCATION}/recognizers/_\",\n",
" config=real_time_config,\n",
" content=short_audio_sample_bytes,\n",
" recognizer=RECOGNIZER,\n",
Expand Down
Loading

0 comments on commit 1b101de

Please sign in to comment.