Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed BingChat to recent API changes. #41

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

Commits on Oct 6, 2023

  1. Fixed BingChat to recent APIs changes. Now it is absolutely necessary…

    … to provide all the Bing Cookies.
    
    Added codes to ensure the conversation is authenticated.
    Added retry mechanism on WebSocketException
    Gunpal Jain committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    a1b9619 View commit details
    Browse the repository at this point in the history
  2. Removed launchSettings.

    Gunpal Jain committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    282c841 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2023

  1. Removed irrelevant comments

    Used JsonSerializerContext instead of reflection-based serialization
    Removed transient IDE files
    Gunpal Jain committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    048c84c View commit details
    Browse the repository at this point in the history
  2. Fixed some syntax formatting errors

    Gunpal Jain committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    e536935 View commit details
    Browse the repository at this point in the history