File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ class ChatRequest(BaseRequest):
111111 )
112112
113113 # ==== Extended capabilities ====
114- internet_search : bool = Field (True , description = "Whether to use internet search" )
114+ internet_search : bool = Field (False , description = "Whether to use internet search" )
115115 threshold : float = Field (0.5 , description = "Threshold for filtering references" )
116116
117117 # ==== Backward compatibility ====
@@ -667,7 +667,7 @@ class APIChatCompleteRequest(BaseRequest):
667667 )
668668
669669 # ==== Extended capabilities ====
670- internet_search : bool = Field (True , description = "Whether to use internet search" )
670+ internet_search : bool = Field (False , description = "Whether to use internet search" )
671671 threshold : float = Field (0.5 , description = "Threshold for filtering references" )
672672
673673 # ==== Backward compatibility ====
You can’t perform that action at this time.
0 commit comments