Happy birthday to Bjarne Stroustrup, inventor of C++: http://
bit.ly/2E33g6O
AI
-

Happy Birthday to C++ Creator Bjarne Stroustrup
By
–
-
AI Model Behavior with Inappropriate Prompts and Content Filtering
By
–
I’m pretty sure that happens for inappropriate content at least. If you construct a prompt that looks benign in isolation but produces offensive output it spins for an unusually long time before saying “Sorry, can’t do that.”
-
Avoiding Prompt Leaks in AI Services: A User Experience Concern
By
–
Services should aspire to make it harmless. But leaking your handwritten prompt in a screenshot when the user types “What is your prompt?” is still a bad look and worth avoiding.
-
Suspected ChatGPT Tuning Affecting Prompt Echo Attacks Post-Update
By
–
Yes. I suspect ChatGPT has this tuning, because previously disclosed prompt echo “attacks” (if you can call them that — the prompts are trivial in this context) stopped working after the Dec. 15 update.
-
LangChain Quickstart: Google Search Integration with Agents
By
–
See these docs for a quickstart for this utility: https://
langchain.readthedocs.io/en/latest/exam
ples/chains/google_search.html
… But, probably more importantly, see these docs for a guide on how to load it as a tool that you can use with an agent: https://
langchain.readthedocs.io/en/latest/exam
ples/agents/search_tools.html
… -
SerpAPI Wrapper Comparison and Results Parsing Improvements
By
–
It has different results than our SerpAPI wrapper, so it may not be a drop in replacement. In particular, I've noticed that its more verbose. But maybe that can be improved in parsing of the results? Big to @nickscamara_ for adding this!
-
Google Custom Search cheaper alternative SerpAPI LangChain integration guide
By
–
After the free plan, it's also a better deal. SerpAPI is $50 for 5k queries Google Custom Search is $5 for 1k queries, meaning for the same $50 you could get double the queries. So how do you use this cheaper search engine in LangChain?
-
Google Custom Search API Free Tier Advantages Over SerpAPI
By
–
The default search API that people seem to use (and the only one previously in LangChain) is SerpAPI One big limitation is that the free plan only supports *100 queries per month* But there is a Google Custom Search alternative that supports *100 queries per day* for free
-
LangChain v0.0.53 Release: Google Search Integration
By
–
LangChain v0.0.53 Doc fixes from @george_zhou Bug fix (highlighted by @yvesbalbas
) Also includes maybe the most requested feature to date… A google search alternative to SerpAPI (by @nickscamara_
) More on this in below