-
Notifications
You must be signed in to change notification settings - Fork 423
Random ideas & research
There is an open source privacy project called: https://docs.searxng.org/ It apparently takes your query and searches a bunch of other search engines real time, and mixes the results. I still can’t easily find out how it works since it’s clearly not using the API for each of these search engines. Maybe they keep an up-to-date page structure?
The spirit of this project is “don’t use publicly hosted instances of searxng, host your own” but for fun I found a public one so you can try it: https://baresearch.org/
And this LlocalSearch project is using this prebuilt docker image of SearXNG: https://github.com/searxng/searxng-docker so by adding this to their docker compose their project gets a self-hosted API for search! And it exposes a whole bunch of APIs which match other APIs, here’s the google-styled APIs it exposes: https://docs.searxng.org/dev/engines/online/google.html
- ChatBotUI
- https://recurse.chat/
- https://news.ycombinator.com/item?id=39532367
- https://www.reddit.com/user/Zer0Tokens
- https://msty.app/
- https://docs.openwebui.com/
- https://opensourcealts.com/project/chatgpt
- https://github.com/billmei/every-chatgpt-gui
- https://saner.ai/90-places-to-launch-your-ai-saas-startup-continuously-update/
- Minecraft agent: https://github.com/MineDojo/Voyager
- There were multiple examples of scapers using that chrome plugin that adds keyboard shortcuts to every button, find that
- Agent to write articles: https://t.co/5OQDcaFwdN
- sweep.dev — automating junior developer
- open source like sweep: https://twitter.com/swyx/status/1657892220492738560?lang=en
- https://paperswithcode.com/sota/code-generation-on-humaneval
- https://huggingface.co/spaces/bigcode/bigcode-models-leaderboard
- SWE Agent: https://swe-agent.com/
- OpenDevin: https://github.com/OpenDevin/OpenDevin
- https://plandex.ai/
- https://www.openinterpreter.com/
There are now many open source projects that support writing a project from scratch, such as:
- https://github.com/Pythagora-io/gpt-pilot2
- https://github.com/geekan/MetaGPT3
- https://github.com/AntonOsika/gpt-engineer4
- https://github.com/smol-ai/developer
- How can ChatGPT be effectively utilized for reading library source code, resolving coding issues, and serving as a dedicated coding assistant tailored for a specific repo?