Skip to content

Commit

Permalink
v1.7.4-beta2 fix bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
lanqian528 committed Dec 4, 2024
1 parent 5873bdc commit 3d60469
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gateway/reverseProxy.py
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ async def chatgpt_reverse_proxy(request: Request, path: str):
.replace("webrtc.chatgpt.com", origin_host)
.replace("cdn.oaistatic.com", origin_host)
# .replace("files.oaiusercontent.com", origin_host)
.replace("chatgpt.com", origin_host)
.replace("https://chatgpt.com", "")
.replace("https", petrol))
rheaders = dict(r.headers)
content_type = rheaders.get("content-type", "")
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.7.4-beta1
v1.7.4-beta2

0 comments on commit 3d60469

Please sign in to comment.