File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -153,8 +153,8 @@ You need to apply for the SERPER_API_KEY on the official Serper website and conf
153
153
After applying, find the corresponding key in the custom_key.toml configuration file and uncomment it as shown.
154
154
155
155
``` toml
156
- # #search api
157
- SEARCHAPI_API_KEY = ' key_xxxxxx '
156
+ # Google search
157
+ SERPER_API_KEY = ' xxxxxx '
158
158
```
159
159
160
160
Follow the steps in Section 2 to execute other cases. You can now reference and run all official cases.
Original file line number Diff line number Diff line change @@ -157,8 +157,8 @@ Tips:为简化配置过程,这里我们只列举了部分常用模型服务
157
157
申请完成后,在密钥配置文件 custom_key.toml 中找到对应的key填写,并放开注释如下:
158
158
159
159
``` toml
160
- # #search api
161
- SEARCHAPI_API_KEY = ' key_xxxxxx '
160
+ # Google search
161
+ SERPER_API_KEY = ' xxxxxx '
162
162
```
163
163
164
164
按照第2部分的步骤执行其他案例即可,现在您可以运行所有官方案例了。
You can’t perform that action at this time.
0 commit comments