Skip to content

Commit

Permalink
v1.7.9-beta4 fix bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
lanqian528 committed Feb 1, 2025
1 parent c480aa3 commit d17592f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions chatgpt/proofofWork.py
Original file line number Diff line number Diff line change
Expand Up @@ -437,19 +437,19 @@ def get_config(user_agent):
4294705152,
0,
user_agent,
"",
random.choice(cached_scripts) if cached_scripts else "",
cached_dpl,
"en-US",
"en-US,es-US,en,es",
0,
random.choice(navigator_key),
random.choice(document_key),
random.choice(window_key),
time.perf_counter(),
time.perf_counter() * 1000,
str(uuid.uuid4()),
"",
random.choice(cores),
int(time.time() * 1000),
time.time() * 1000 - (time.perf_counter() * 1000),
]
return config

Expand Down Expand Up @@ -500,6 +500,6 @@ def get_requirements_token(config):
# answer = get_answer_token(seed, diff, config)
cached_scripts.append(
"https://cdn.oaistatic.com/_next/static/cXh69klOLzS0Gy2joLDRS/_ssgManifest.js?dpl=453ebaec0d44c2decab71692e1bfe39be35a24b3")
cached_dpl = "dpl=453ebaec0d44c2decab71692e1bfe39be35a24b3"
cached_dpl = "prod-f501fe933b3edf57aea882da888e1a544df99840"
config = get_config("Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36")
get_requirements_token(config)
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.7.9-beta3
v1.7.9-beta4

0 comments on commit d17592f

Please sign in to comment.