Spaces:
Runtime error
Runtime error
added required code
Browse files
backend/app/services/gemeni_classification.py
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
from
|
| 2 |
import google.generativeai as genai
|
| 3 |
import json
|
| 4 |
import email
|
|
|
|
| 1 |
+
from config.settings import Settings
|
| 2 |
import google.generativeai as genai
|
| 3 |
import json
|
| 4 |
import email
|
backend/requirements.txt
CHANGED
|
@@ -14,3 +14,4 @@ pypdf==5.4.0
|
|
| 14 |
langchain==0.3.21
|
| 15 |
python-dotenv
|
| 16 |
PyPDF2
|
|
|
|
|
|
| 14 |
langchain==0.3.21
|
| 15 |
python-dotenv
|
| 16 |
PyPDF2
|
| 17 |
+
google.generativeai
|