Skip to content

Commit

Permalink
v1.6.7-beta1 update somethings
Browse files Browse the repository at this point in the history
  • Loading branch information
lanqian528 committed Nov 2, 2024
1 parent 97bb723 commit 4cd5717
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions utils/globals.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,18 @@
seed_map = {}
conversation_map = {}
impersonate_list = [
"chrome99",
"chrome100",
"chrome101",
"chrome104",
"chrome107",
"chrome110",
"chrome116",
"chrome119",
"chrome120",
"chrome123",
"edge99",
"edge101",
] if not configs.impersonate_list else configs.impersonate_list

if not os.path.exists(DATA_FOLDER):
Expand Down

0 comments on commit 4cd5717

Please sign in to comment.