nashsu / FreeAskInternet

FreeAskInternet is a completely free, PRIVATE and LOCALLY running search aggregator & answer generate using MULTI LLMs, without GPU needed. The user can ask a question and the system will make a multi engine search and combine the search result to LLM and generate the answer based on search results. It's all FREE to use.
Apache License 2.0
8.41k stars 875 forks source link

API for the site #72

Open jaypyles opened 4 months ago

jaypyles commented 4 months ago

Cool project!

I wanted to use the API specifically for use in another project, but the code was pretty disorganized and hard to read. I went ahead and cleaned out the junk code, and switched this to English (for my own use), if anyone wants to specifically use the API.

https://github.com/jaypyles/FreeAskInternet-API

arsaboo commented 4 months ago

@jaypyles super work!! would you be open to forking the front end as well so that it is easy for users to use the complete app. Or is it a drop in replacement?

jaypyles commented 4 months ago

@jaypyles super work!! would you be open to forking the front end as well so that it is easy for users to use the complete app. Or is it a drop in replacement?

The frontend is actually an entirely different project, is my understanding. The purpose that I wanted to deliver with this was to integrate the Search/Citation feature, into your own projects. I had to make some changes to how this one worked as well, so I am not even entirely sure that it would work correctly without a ton of tweaking. I have added the issues tab to the repo, so if there is something related to the API you want, I might be able to get around to it, but for now, no, I won't be editing the frontend at all

arsaboo commented 4 months ago

No worries. Here's another project that may be worth a look.

jaypyles commented 4 months ago

No worries. Here's another project that may be worth a look.

My use case: https://github.com/jaypyles/PerplexiBot