File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ Google Sheets Custom Function to be used as a bound Apps Script project with a G
17
17
1 . Open an Apps Script Project bound to a Google Sheets Spreadsheet
18
18
1 . From Project Settings, change project to GCP project number of Cloud Project from step 1
19
19
1 . Add a Script Property. Enter ` model_id ` as the property name and ` gemini-pro ` as the value.
20
- 1 . Add a Script Property. Enter ` project_location ` as the property name and ` us-central-1 ` as the value.
20
+ 1 . Add a Script Property. Enter ` project_location ` as the property name and ` us-central1 ` as the value.
21
21
1 . Add a Script Property. Enter ` service_account_key ` as the property name and paste the JSON key from the service account as the value.
22
22
1 . Add OAuth2 v43 Apps Script Library using the ID ` 1B7FSrk5Zi6L1rSxxTDgDEUsPzlukDsi4KGuTMorsTQHhGBzBkMun4iDF ` .
23
23
1 . Add the project code to Apps Script
@@ -30,4 +30,4 @@ Example:
30
30
31
31
```
32
32
=gemini(A1:A10,"Extract colors from the product description")
33
- ```
33
+ ```
You can’t perform that action at this time.
0 commit comments