Spaces:
Sleeping
Sleeping
Update utils.py
Browse files
utils.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
import os
|
2 |
import time
|
3 |
-
from serpapi import GoogleSearch
|
4 |
from langchain_google_genai import ChatGoogleGenerativeAI
|
5 |
from langchain.chains import LLMChain
|
6 |
from langchain.prompts import PromptTemplate
|
|
|
1 |
import os
|
2 |
import time
|
3 |
+
from serpapi import GoogleSearch
|
4 |
from langchain_google_genai import ChatGoogleGenerativeAI
|
5 |
from langchain.chains import LLMChain
|
6 |
from langchain.prompts import PromptTemplate
|