from langchain.llms import GooglePalm api_key = 'add your api please' llm = GooglePalm(google_api_key=api_key, temperature=0.2) llm("write a poem on dhosa") NotFound: 404 Requested entity was not found.
from langchain.llms import GooglePalm
api_key = 'add your api please'
llm = GooglePalm(google_api_key=api_key, temperature=0.2)
llm("write a poem on dhosa")
NotFound: 404 Requested entity was not found.