File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 8
8
9
9
df = pd .read_csv ('data20.csv' )
10
10
11
- genai .configure (api_key = "AIzaSyCjkTFytQ0j1Ff_6klCLIidMuxG5g_Xm4A " ) # get api key from: https://makersuite.google.com/app/apikey
11
+ genai .configure (api_key = "<YOUR_API_KEY> " ) # get api key from: https://makersuite.google.com/app/apikey
12
12
13
13
model = genai .GenerativeModel ('gemini-pro' )
14
14
Original file line number Diff line number Diff line change 8
8
9
9
df = pd .read_csv ('data.csv' )
10
10
11
- genai .configure (api_key = "AIzaSyCjkTFytQ0j1Ff_6klCLIidMuxG5g_Xm4A " ) # get api key from: https://makersuite.google.com/app/apikey
11
+ genai .configure (api_key = "<YOUR_API_KEY> " ) # get api key from: https://makersuite.google.com/app/apikey
12
12
13
13
model = genai .GenerativeModel ('gemini-pro' )
14
14
Original file line number Diff line number Diff line change 8
8
9
9
df = pd .read_csv ('data20.csv' )
10
10
11
- genai .configure (api_key = "AIzaSyCjkTFytQ0j1Ff_6klCLIidMuxG5g_Xm4A " ) # get api key from: https://makersuite.google.com/app/apikey
11
+ genai .configure (api_key = "<YOUR_API_KEY> " ) # get api key from: https://makersuite.google.com/app/apikey
12
12
13
13
model = genai .GenerativeModel ('gemini-pro' )
14
14
You can’t perform that action at this time.
0 commit comments