An open API service indexing awesome lists of open source software.

https://github.com/hansbug/search_engine


https://github.com/hansbug/search_engine

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# search_engine

## Installation

```shell
git clone https://github.com/HansBug/search_engine.git
cd search_engine
pip install -r requirements.txt
```

## Set envs

```shell
export SERPER_API_KEY=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
export JINA_API_KEY=jina_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
export LLM_API_KEY=sk-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
export LLM_API_URL=https://api2.aigcbest.top/v1/
```