Skip to content

Commit afca9df

Browse files
committed
docs: fix example doc
1 parent c4c0d8b commit afca9df

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/guidebook/en/1_Run_the_first_example.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,8 +153,8 @@ You need to apply for the SERPER_API_KEY on the official Serper website and conf
153153
After applying, find the corresponding key in the custom_key.toml configuration file and uncomment it as shown.
154154

155155
```toml
156-
##search api
157-
SEARCHAPI_API_KEY='key_xxxxxx'
156+
#Google search
157+
SERPER_API_KEY='xxxxxx'
158158
```
159159

160160
Follow the steps in Section 2 to execute other cases. You can now reference and run all official cases.

docs/guidebook/zh/1_运行第一个教程案例.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,8 +157,8 @@ Tips:为简化配置过程,这里我们只列举了部分常用模型服务
157157
申请完成后,在密钥配置文件 custom_key.toml 中找到对应的key填写,并放开注释如下:
158158

159159
```toml
160-
##search api
161-
SEARCHAPI_API_KEY='key_xxxxxx'
160+
#Google search
161+
SERPER_API_KEY='xxxxxx'
162162
```
163163

164164
按照第2部分的步骤执行其他案例即可,现在您可以运行所有官方案例了。

0 commit comments

Comments
 (0)