LZHgrla commited on
Commit
9c8b3c4
1 Parent(s): 4577410

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -88,6 +88,7 @@ pip install xtuner
88
  #### Chat
89
 
90
  ```shell
 
91
  xtuner chat hf Qwen/Qwen-7B --adapter xtuner/Qwen-7B-qlora-moss-003-sft --bot-name Qwen --prompt-template moss_sft --with-plugins calculate solve search --command-stop-word "<eoc>" --answer-stop-word "<eom>"
92
  ```
93
 
 
88
  #### Chat
89
 
90
  ```shell
91
+ export SERPER_API_KEY="xxx" # Please get the key from https://serper.dev to support google search!
92
  xtuner chat hf Qwen/Qwen-7B --adapter xtuner/Qwen-7B-qlora-moss-003-sft --bot-name Qwen --prompt-template moss_sft --with-plugins calculate solve search --command-stop-word "<eoc>" --answer-stop-word "<eom>"
93
  ```
94