You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix environment variable name for Google Scholar API (#1266)
Update API key environment variable reference ,
In credentials , environmental variable is defined like this :
process.env.GOOGLE_SCHOLAR_API_KEY="your-serp-api-key"
to : SERPAPI_API_KEY="your-serp-api-key"
0 commit comments