Spaces:
Sleeping
Sleeping
Update services.py
Browse files- services.py +2 -1
services.py
CHANGED
|
@@ -1,7 +1,8 @@
|
|
| 1 |
import os
|
| 2 |
import json
|
| 3 |
from dotenv import load_dotenv
|
| 4 |
-
from google import genai
|
|
|
|
| 5 |
from google.genai import types
|
| 6 |
from typing import List, Dict, Any, Optional
|
| 7 |
|
|
|
|
| 1 |
import os
|
| 2 |
import json
|
| 3 |
from dotenv import load_dotenv
|
| 4 |
+
# from google import genai
|
| 5 |
+
import google.generativeai as genai
|
| 6 |
from google.genai import types
|
| 7 |
from typing import List, Dict, Any, Optional
|
| 8 |
|