Skip to content

Commit 25f8a17

Browse files
authored
Add 'import os' (#56)
1 parent b6c3744 commit 25f8a17

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

google/generativeai/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
2323
```
2424
import google.generativeai as palm
25+
import os
2526
2627
palm.configure(api_key=os.environ['API_KEY'])
2728
```

0 commit comments

Comments
 (0)