Skip to content

Commit

Permalink
Merge pull request #90 from Integration-Automation/dev
Browse files Browse the repository at this point in the history
Update version
  • Loading branch information
JE-Chen committed Jan 12, 2024
2 parents b8e9046 + 598eabd commit 8106427
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions stable.toml → dev.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"

[project]
name = "re_edge_gpt"
version = "0.0.21"
name = "re_edge_gpt_dev"
version = "0.0.22"
authors = [
{ name = "JE-Chen", email = "jechenmailman@gmail.com" },
]
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"

[project]
name = "re_edge_gpt_dev"
version = "0.0.21"
name = "re_edge_gpt"
version = "0.0.22"
authors = [
{ name = "JE-Chen", email = "jechenmailman@gmail.com" },
]
Expand Down
2 changes: 1 addition & 1 deletion re_edge_gpt/conversation.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def __init__(
# Send GET request
response = self.session.get(
url=os.environ.get("BING_PROXY_URL")
or "https://copilot.microsoft.com/turing/conversation/chats",
or "https://copilot.microsoft.com/turing/conversation/create",
)
if response.status_code != 200:
print(f"Status code: {response.status_code}")
Expand Down

0 comments on commit 8106427

Please sign in to comment.