Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A Simple search script using the google programable search API #1326

Closed
wants to merge 0 commits into from

Conversation

IllogicalDesigns
Copy link

A simple search script using the google programable search API. This script use the APIs to search the user's input string in google, then grabs the returned snippets and places them in the context window. This allows the LLM to get some context from the web and provide live data or unknown data.

@oobabooga oobabooga added the extensions Pull requests concerning extensions and not the core functionality of the web UI. label Apr 19, 2023
@oobabooga
Copy link
Owner

I am impressed to see that this extension precedes superbig/superbooga with similar functionality. With all the prs/issues I ended up not looking at it until now.

Could you please take a look at superbooga to see if this could be added there somehow? Or do you think that it's better to have it as a separate extension?

@IllogicalDesigns
Copy link
Author

Sure, I will take a look at merging the functionality of this into the superbooga extension. I made a pass at it and had some success.

@IllogicalDesigns
Copy link
Author

#3021 opened a new pull request

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
extensions Pull requests concerning extensions and not the core functionality of the web UI.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants