Spaces:
Sleeping
Sleeping
arun3676 commited on
Commit ·
ddf8352
1
Parent(s): 74dbaef
Fix: Remove google.generativeai import that was causing ModuleNotFoundError
Browse files- analyzer/llm_clients.py +0 -1
analyzer/llm_clients.py
CHANGED
|
@@ -3,7 +3,6 @@ from typing import Optional, Dict, Any
|
|
| 3 |
from dataclasses import dataclass
|
| 4 |
import openai
|
| 5 |
import anthropic
|
| 6 |
-
import google.generativeai as genai
|
| 7 |
from dotenv import load_dotenv
|
| 8 |
|
| 9 |
load_dotenv()
|
|
|
|
| 3 |
from dataclasses import dataclass
|
| 4 |
import openai
|
| 5 |
import anthropic
|
|
|
|
| 6 |
from dotenv import load_dotenv
|
| 7 |
|
| 8 |
load_dotenv()
|