wt002 commited on
Commit
fd721e3
·
verified ·
1 Parent(s): 8c99152

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +2 -1
agent.py CHANGED
@@ -2,7 +2,8 @@ import os
2
  import tempfile
3
 
4
  import requests
5
- from google import genai
 
6
  from google.genai import types
7
  from smolagents import tool
8
 
 
2
  import tempfile
3
 
4
  import requests
5
+ #from google import genai
6
+ import google.generativeai as genai
7
  from google.genai import types
8
  from smolagents import tool
9