-
Notifications
You must be signed in to change notification settings - Fork 116
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Set the default value of bing_api_key to null in websearch.yml, and u…
…pdate the quick start section in the README. Set the default value of bing_api_key to null in websearch.yml, and update the quick start section in the README.
- Loading branch information
Showing
6 changed files
with
70 additions
and
73 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
llm: ${sub| text_res} | ||
tools: | ||
- name: WebSearch | ||
bing_api_key: ${env| bing_api_key, your_bing_api_key} | ||
bing_api_key: ${env| bing_api_key, null} | ||
llm: ${sub|text_res} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
llm: ${sub| text_res} | ||
tools: | ||
- name: WebSearch | ||
bing_api_key: ${env| bing_api_key, your_bing_api_key} | ||
bing_api_key: ${env| bing_api_key, null} | ||
llm: ${sub|text_res} |
2 changes: 1 addition & 1 deletion
2
examples/step4_outfit_with_ltm/outfit_from_storage/configs/tools/websearch.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
llm: ${sub| text_res} | ||
tools: | ||
- name: WebSearch | ||
bing_api_key: ${env| bing_api_key, bing_api_key} | ||
bing_api_key: ${env| bing_api_key, null} | ||
llm: ${sub| text_res} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters