fix typos
This commit is contained in:
@@ -113,7 +113,7 @@ We support both [Google Search API](https://developers.google.com/custom-search/
|
|||||||
search_url=https://serpapi.com/search
|
search_url=https://serpapi.com/search
|
||||||
serp_api_key="" # put your serp api key here (https://serpapi.com/)
|
serp_api_key="" # put your serp api key here (https://serpapi.com/)
|
||||||
|
|
||||||
python search_r1/search/online_search_server.py --search_url $search_url --topk 3 --serp_api_key $serp_api_key
|
python search_r1/search/serp_search_server.py --search_url $search_url --topk 3 --serp_api_key $serp_api_key
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Google online search server
|
#### Google online search server
|
||||||
@@ -122,6 +122,6 @@ python search_r1/search/online_search_server.py --search_url $search_url --topk
|
|||||||
api_key="" # put your google custom API key here (https://developers.google.com/custom-search/v1/overview)
|
api_key="" # put your google custom API key here (https://developers.google.com/custom-search/v1/overview)
|
||||||
cse_id="" # put your google cse API key here (https://developers.google.com/custom-search/v1/overview)
|
cse_id="" # put your google cse API key here (https://developers.google.com/custom-search/v1/overview)
|
||||||
|
|
||||||
python search_r1/search/internal_google_server.py --api_key $api_key --topk 5 --cse_id $cse_id --snippet_only
|
python search_r1/search/google_search_server.py --api_key $api_key --topk 5 --cse_id $cse_id --snippet_only
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user