added instruction about pip install google-gerativeai (#5004)

# added instruction about pip install google-gerativeai

added instruction about pip install google-gerativeai
searx_updates
Leonid Ganeline 1 year ago committed by GitHub
parent 02632d52b3
commit ddc2d4c21e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -258,7 +258,8 @@ class ChatGooglePalm(BaseChatModel, BaseModel):
genai.configure(api_key=google_api_key)
except ImportError:
raise ChatGooglePalmError(
"Could not import google.generativeai python package."
"Could not import google.generativeai python package. "
"Please install it with `pip install google-generativeai`"
)
values["client"] = genai

Loading…
Cancel
Save