Joanna30 commited on
Commit
75687f5
·
verified ·
1 Parent(s): b8668ba

Update utils.py

Browse files
Files changed (1) hide show
  1. utils.py +1 -1
utils.py CHANGED
@@ -1,6 +1,6 @@
1
  import os
2
  import time
3
- from serpapi import GoogleSearch # Corrected import
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