Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
python_open_ai
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
haojie
python_open_ai
Commits
10c22236
Commit
10c22236
authored
Apr 10, 2023
by
lei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
2c032546
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
4 deletions
+5
-4
.gitignore
+1
-1
ai_pyppeteer.py
+4
-3
dist/image_split.exe
+0
-0
No files found.
.gitignore
View file @
10c22236
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
/.idea
/.idea
/dist
#
/dist
/build
/build
*.spec
*.spec
...
...
ai_pyppeteer.py
View file @
10c22236
...
@@ -22,8 +22,8 @@ def get_current_time():
...
@@ -22,8 +22,8 @@ def get_current_time():
class
ToWork
:
class
ToWork
:
def
__init__
(
self
,
browser_item
,
lock
):
def
__init__
(
self
,
browser_item
,
lock
):
# self.browser_token = 'd8ee6138f2b7ae5e064061e5c29d611a'
# self.browser_token = 'd8ee6138f2b7ae5e064061e5c29d611a'
#
c
#
公司账号
self
.
browser_token
=
'
8102b38d58c40f480725bb5097a32a59
'
self
.
browser_token
=
'
6731ae7034426c1f861479eaeb964c61
'
self
.
init_prompt
=
'/imagine'
self
.
init_prompt
=
'/imagine'
self
.
browser_item
=
browser_item
self
.
browser_item
=
browser_item
self
.
browser_id
=
browser_item
[
'id'
]
self
.
browser_id
=
browser_item
[
'id'
]
...
@@ -469,7 +469,8 @@ if __name__ == '__main__':
...
@@ -469,7 +469,8 @@ if __name__ == '__main__':
{
{
'num'
:
1
,
'num'
:
1
,
# 'id': 'A1263FA0-7BBD-42F8-B048-75678D59654D',
# 'id': 'A1263FA0-7BBD-42F8-B048-75678D59654D',
'id'
:
'58A4C06D-5915-4D6F-940E-A1FD21FE0194'
# c
'id'
:
'07FC1E02-59D7-4B6A-93F7-0B3D4040663B'
}
}
]
]
lock
=
Lock
()
lock
=
Lock
()
...
...
dist/image_split.exe
0 → 100644
View file @
10c22236
File added
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment