Skip to content
This repository has been archived by the owner on Aug 3, 2023. It is now read-only.

Commit

Permalink
use bing instead of edgeservices #569
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonio committed Jun 22, 2023
1 parent 9b32a32 commit 9d377b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/EdgeGPT/conversation.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ async def create(
# Send GET request
response = await client.get(
url=os.environ.get("BING_PROXY_URL")
or "https://edgeservices.bing.com/edgesvc/turing/conversation/create",
or "https://www.bing.com/turing/conversation/create",
follow_redirects=True,
)
if response.status_code != 200:
Expand Down

0 comments on commit 9d377b2

Please sign in to comment.