diff --git a/README.md b/README.md index 7a45410..a53c7da 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Sydney.py -[![Latest Release](https://img.shields.io/github/v/release/vsakkas/sydney.py.svg)](https://github.com/vsakkas/sydney.py/releases/tag/v0.15.1) +[![Latest Release](https://img.shields.io/github/v/release/vsakkas/sydney.py.svg)](https://github.com/vsakkas/sydney.py/releases/tag/v0.15.2) [![Python](https://img.shields.io/badge/python-3.9+-blue.svg)](https://www.python.org/downloads/) [![MIT License](https://img.shields.io/badge/license-MIT-blue)](https://github.com/vsakkas/sydney.py/blob/master/LICENSE) diff --git a/pyproject.toml b/pyproject.toml index a521000..e6a489c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "sydney-py" -version = "0.15.1" +version = "0.15.2" description = "Python Client for Bing Chat, also known as Sydney." authors = ["vsakkas "] license = "MIT" diff --git a/sydney/constants.py b/sydney/constants.py index 48d33e1..60eae0f 100644 --- a/sydney/constants.py +++ b/sydney/constants.py @@ -6,7 +6,7 @@ "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36 Edg/117.0.2045.47", } -BING_CREATE_CONVERSATION_URL = "https://www.bing.com/turing/conversation/create" +BING_CREATE_CONVERSATION_URL = "https://edgeservices.bing.com/edgesvc/turing/conversation/create" BING_GET_CONVERSATIONS_URL = "https://www.bing.com/turing/conversation/chats" BING_CHATHUB_URL = "wss://sydney.bing.com/sydney/ChatHub"