change docker and req
Browse files- Models.py +1 -1
- requirements.txt +1 -1
Models.py
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
import os
|
| 2 |
from dotenv import load_dotenv
|
| 3 |
import json
|
| 4 |
-
import google.
|
| 5 |
|
| 6 |
|
| 7 |
load_dotenv()
|
|
|
|
| 1 |
import os
|
| 2 |
from dotenv import load_dotenv
|
| 3 |
import json
|
| 4 |
+
import google.genai as genai
|
| 5 |
|
| 6 |
|
| 7 |
load_dotenv()
|
requirements.txt
CHANGED
|
@@ -12,7 +12,7 @@ psycopg2-binary
|
|
| 12 |
langchain-core
|
| 13 |
langchain-cohere
|
| 14 |
sqlalchemy
|
| 15 |
-
google-
|
| 16 |
pandas
|
| 17 |
mysql-connector-python
|
| 18 |
gunicorn
|
|
|
|
| 12 |
langchain-core
|
| 13 |
langchain-cohere
|
| 14 |
sqlalchemy
|
| 15 |
+
google-genai
|
| 16 |
pandas
|
| 17 |
mysql-connector-python
|
| 18 |
gunicorn
|