Spaces:
Sleeping
Sleeping
Commit ·
c5dd3b5
1
Parent(s): 2893593
sửa helper.py
Browse files
helper.py
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
from dotenv import load_dotenv
|
| 2 |
load_dotenv()
|
| 3 |
import os
|
| 4 |
-
from
|
| 5 |
from langchain_google_genai import ChatGoogleGenerativeAI
|
| 6 |
|
| 7 |
classification_modeL_cache = {}
|
|
|
|
| 1 |
from dotenv import load_dotenv
|
| 2 |
load_dotenv()
|
| 3 |
import os
|
| 4 |
+
from langchain_core.prompts import PromptTemplate
|
| 5 |
from langchain_google_genai import ChatGoogleGenerativeAI
|
| 6 |
|
| 7 |
classification_modeL_cache = {}
|