Skip to content

Commit

Permalink
changed chatGPTApiLoadingInternetSearches default
Browse files Browse the repository at this point in the history
  • Loading branch information
eliranwong committed Sep 12, 2023
1 parent 5f2f0b1 commit 3aa2edd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/ConfigUtil.py
Original file line number Diff line number Diff line change
Expand Up @@ -562,7 +562,7 @@ def getCurrentVenvDir():
setConfig("chatGPTApiLoadingInternetSearches", """
# ChatGPT API - always loading internet searches.
# options - 'always', 'auto', 'none'.""",
"auto")
"none")
setConfig("chatGPTApiMaximumInternetSearchResults", """
# ChatGPT API - maximum number of internet search results to be integrated.""",
5)
Expand Down

0 comments on commit 3aa2edd

Please sign in to comment.