Last active
August 28, 2023 04:51
-
-
Save rominirani/3a0955b236f61f0f8650d6ff50c88c72 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| gcloud functions deploy summarizeText \ | |
| --gen2 \ | |
| --runtime=python311 \ | |
| --region=$GCP_REGION \ | |
| --source=. \ | |
| --entry-point=summarizeText \ | |
| --trigger-http \ | |
| --set-env-vars=GCP_PROJECT=$GCP_PROJECT,GCP_REGION=$GCP_REGION \ | |
| --allow-unauthenticated |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment