NymdaFromSalad
NymdaFromSalad
Here is a simplified version of what i used for my project (Wanted to support multi-account, so it was simpler to move your lib to a webserver ```Python #A simple...
Haha, i also reverse-engineered it for my project. Should've looked into issues earlier, could've been first :)
@LuckyHead11 No. It's here :) : ```Python import requests, time def apiSearch(query: str, numResults: int, timePeriod: str='', region: str=''): searchParams = '' searchParams += f'q={query}' searchParams += f'&max_results={numResults}' if timePeriod:...
> Also need a mechanism for it to detect whether to search or not and convert natural language to a search query Well, that's natural language processing and it is...
> and that's how it works Also must mention: 1) Search app gets content and cuts it to a certain size. (Maybe article preview feature can be used to extract...
> > Also need a mechanism for it to detect whether to search or not and convert natural language to a search query > > we could use a different...
Well, if you guys wanna use it, either way, it'll be time well spent
> EDIT: Acheong did mention making another repository in that case WebGPT would be a good name for that. WebGPT is my slang for WebChatGPT, and it is also a...
> > (Also, will try and use duckduckgo, as putting feature, that uses other people's (who do opensource, might i add) private servers without their consent into a library is...
(And 3.1.0 in `__version__` in `src/revChatGPT/__init__.py`)