Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
A
aidso-data
Project
Project
Details
Activity
Releases
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Yaowentong
aidso-data
Commits
e7a8582c
Commit
e7a8582c
authored
Jul 21, 2026
by
Yaowentong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
5c5131e5
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
5 deletions
+1
-5
deepseek_data_process.py
aidso_geo/models/deepseek_data_process.py
+1
-5
No files found.
aidso_geo/models/deepseek_data_process.py
View file @
e7a8582c
...
@@ -44,11 +44,7 @@ def deepseek_process_original_data(data):
...
@@ -44,11 +44,7 @@ def deepseek_process_original_data(data):
# 提取并解析JSON数据
# 提取并解析JSON数据
data_str
=
item
.
split
(
"data: "
)[
1
]
data_str
=
item
.
split
(
"data: "
)[
1
]
json_data
=
json
.
loads
(
data_str
)
json_data
=
json
.
loads
(
data_str
)
print
(
json_data
)
print
(
'----'
)
print
(
'----'
)
print
(
'----'
)
print
(
'----'
)
except
(
IndexError
,
json
.
JSONDecodeError
):
except
(
IndexError
,
json
.
JSONDecodeError
):
continue
# 跳过格式错误的数据
continue
# 跳过格式错误的数据
...
...
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