langchain
langchain copied to clipboard
Support for Google BARD API?
Help needed for this?
https://github.com/acheong08/Bard is pretty easy, but obtaining the API key from cookies is an extra step which may be frowned upon in an official model integration, and Google is probably going to open their PaLM API today. (Edit: they did not, it's still NDA invite only.)
I'm considering writing this, because it would certainly be useful. It's free, faster than GPT-3.5 and 4, has no rate limits, has a large and apparently expanding (but undocumented) context window, always gives two alternate answers, and they're adding capabilities weekly. It's about on par with GPT-3.5 in puzzle question answering performance, as far as I can tell.
However, before I start, I want to ask @hwchase17: would you accept a model integration which requires users to copy their API key out of their browser cookies?
Edit: For what it's worth, Agent-LLM has included a Bard integration: https://github.com/Josh-XT/Agent-LLM/blob/main/notebooks/bard.ipynb
https://www.googlecloudcommunity.com/gc/AI-ML/Google-Bard-API/m-p/538517
Bard itself told me there is one. Am interested in helping on this.
https://github.com/dsdanielpark/Bard-API
https://github.com/dsdanielpark/Bard-API
Still needs the __Secure-1PSID
key from browser cookies. Everyone is waiting for the PaLM API to be generally available, which was promised more than a week ago.
hey, langchain with Google Bard is it working for you?
Hi, any update? I am trying to combine bard api and langchain summarization-refine method, but didn't work.
why no update?, no possible to use Bard with Langchain?
I think Google prefers people use PaLM directly because Bard has several chatbot-only features. https://developers.generativeai.google/tutorials/text_quickstart
I think that bard is generate text better than palm in some languages not English
Any updates if langchain supports Bard? or Amazon Bedrock?
Hey guys ! I have been working on a project which basically involves integrating Bard with langChain but I couldn't find a solution. It works fine with other HuggingFace models, but when i tried to integrate it with the langChain, it doesn't works ? any Suggestions
Hey guys ! I have been working on a project which basically involves integrating Bard with langChain but I couldn't find a solution. It works fine with other HuggingFace models, but when i tried to integrate it with the langChain, it doesn't works ? any Suggestions
I think that BARD have not API yet, You can try PaLM 2 on makersuite.google.com
Hi, @ibehnam,
I'm helping the LangChain team manage their backlog and am marking this issue as stale. From what I understand, the issue you opened requests support for the Google BARD API. There have been discussions about integrating BARD with other tools, such as langchain and Amazon Bedrock, along with sharing links to related projects and resources. Some users have expressed difficulties in integrating BARD with langchain and sought suggestions. Additionally, there's a discussion about the preference for using PaLM directly over BARD due to certain features.
Could you please confirm if this issue is still relevant to the latest version of the LangChain repository? If it is, please let the LangChain team know by commenting on the issue. Otherwise, feel free to close the issue yourself, or it will be automatically closed in 7 days.
Thank you!
Yeah, mainly because bard is also free but chatgpt is not, any updates? I really want to use langchain.
Yeah, mainly because bard is also free but chatgpt is not, any updates? I really want to use langchain.
is it still not working?