Nechba commited on
Commit
a335361
·
verified ·
1 Parent(s): 7730a07

Update utils.py

Browse files
Files changed (1) hide show
  1. utils.py +2 -0
utils.py CHANGED
@@ -1,4 +1,6 @@
1
  import google.generativeai as genai
 
 
2
 
3
  genai.configure(api_key="AIzaSyAP85jSUKncrIGOAhm3Gvo-TYra_e1wmEA")
4
  import os
 
1
  import google.generativeai as genai
2
+ from google.genai import types
3
+
4
 
5
  genai.configure(api_key="AIzaSyAP85jSUKncrIGOAhm3Gvo-TYra_e1wmEA")
6
  import os