vsakkas / sydney.py

Python Client for Copilot (formerly named Bing Chat), also known as Sydney.
MIT License
263 stars 37 forks source link

Disable web access #116

Closed gustavosmendes1 closed 10 months ago

gustavosmendes1 commented 10 months ago

Add option to disable web access or using system prompts.

The web access is considered as plugin now.

I'm already searching for methods :)

gustavosmendes1 commented 10 months ago

Actually, just need to add "nosearchall" to options in enums

vsakkas commented 10 months ago

H @gustavosmendes1 Do you mean that providing this extra flag disables Bing Chat/Copilot from searching the web? I will look into it as well and possibly push a release for this in the weekend!

gustavosmendes1 commented 10 months ago

Exactly.

vsakkas commented 10 months ago

Thanks for the investigation! I will have some time later today/tomorrow to implement and do some testing!

vsakkas commented 10 months ago

@gustavosmendes1 Latest version has search parameter on ask method!