You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README-EN.md
+13-10Lines changed: 13 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,7 @@
7
7
<ahref="https://www.buymeacoffee.com/fatwang2"target="_blank"><imgsrc="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png"alt="Buy Me A Coffee"style="height: 60px!important;width: 217px!important;" ></a>
8
8
9
9
# Version Updates
10
+
- V0.1.8, 20240305, support search1api search service, update Gemini version search variable configuration, open news search capability, add risk statement
10
11
- V0.1.7, 20240224, Gemini version supports streaming output and is compatible with vision model
11
12
- V0.1.6, 20240221, Supports Gemini model, can be temporarily configured through Cloudflare worker method
12
13
- V0.1.5, 20240205, supports news search, making it more convenient to quickly browse news
@@ -64,9 +65,9 @@ To keep the project updated, it is recommended to fork this repository first, th
64
65
[](https://zeabur.com?referralCode=fatwang2&utm_source=fatwang2&utm_campaign=oss)
- APIBASE: if you are using OpenAI three-way proxy, you can fill in here, note that you do not need to add v1, non-required!
70
+
-SEARCH1API_KEY: such as the selection of search1api required, I build their own search services, 0.99 U.S. dollars / 1000 times per month, the application address https://search2ai.online/docs
70
71
- BING_KEY: Required if choosing bing search, please search for tutorials, application address https://search2ai.online/bing
71
72
- GOOGLE_CX: Required if choosing Google search, Search engine ID, please search for tutorials, application address https://search2ai.online/googlecx
72
73
- GOOGLE_KEY: Required if choosing Google search, API key, application address https://search2ai.online/googlekey
@@ -79,9 +80,9 @@ Environment variables
79
80
git clone https://github.com/fatwang2/search2ai
80
81
```
81
82
2. Copy .env.template as .env, configure environment variables
- APIBASE: if you are using OpenAI three-way proxy, you can fill in here, note that you do not need to add v1, non-required!
85
+
-SEARCH1API_KEY: such as the selection of search1api required, I build their own search services, 0.99 U.S. dollars / 1000 times per month, the application address https://search2ai.online/docs
85
86
- BING_KEY: Required if choosing bing search, please search for tutorials, application address https://search2ai.online/bing
86
87
- GOOGLE_CX: Required if choosing Google search, Search engine ID, please search for tutorials, application address https://search2ai.online/googlecx
87
88
- GOOGLE_KEY: Required if choosing Google search, API key, application address https://search2ai.online/googlekey
- APIBASE: if you are using OpenAI three-way proxy, you can fill in here, note that you do not need to add v1, non-required!
109
+
-SEARCH1API_KEY: such as the selection of search1api required, I build their own search services, 0.99 U.S. dollars / 1000 times per month, the application address https://search2ai.online/docs
109
110
- BING_KEY: Required if choosing bing search, please search for tutorials, application address https://search2ai.online/bing
110
111
- GOOGLE_CX: Required if choosing Google search, Search engine ID, please search for tutorials, application address https://search2ai.online/googlecx
111
112
- GOOGLE_KEY: Required if choosing Google search, API key, application address https://search2ai.online/googlekey
@@ -125,8 +126,10 @@ One-click deployment
125
126
126
127
To ensure updates, you can also first fork this project and then deploy it on Vercel yourself
127
128
129
+
# Risk statement
130
+
To ensure the persistence of this project, certain interface requests will be forwarded via [search1api](https://search.search2ai.one). Please be assured that this forwarding service does not save any private data.
Copy file name to clipboardExpand all lines: README.md
+12-10Lines changed: 12 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,13 +8,12 @@
8
8
<ahref="https://www.buymeacoffee.com/fatwang2"target="_blank"><imgsrc="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png"alt="Buy Me A Coffee"style="height: 60px!important;width: 217px!important;" ></a>
0 commit comments