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