vsakkas / sydney.py

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

Add save & load conversation #63

Closed phamxtien closed 11 months ago

vsakkas commented 11 months ago

Hi @phamxtien,

First of all, thank you for taking the time to open this PR. I appreciate your effort and contribution to the project.

Upon reviewing your changes, it appears that the additional feature doesn't directly utilize any APIs that Bing Chat itself relies on. While the functions you've added are indeed useful, they seem more like helper functions that could potentially be implemented outside of Sydney.py. All the parameters you're saving are available outside of the SydneyClient methods as well.

In light of this, I have decided to close this PR for now. However, I would love to continue the discussion if you have any ideas on how we can incorporate your work or if you'd like to explore other ways to contribute to the project.