Toggle navigation
Toggle navigation
This project
Loading...
Sign in
lizhengwei
/
aigc-embedding-service
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
lizhengwei
2026-05-20 09:22:37 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
47f5922495948178299de74266571e492146a348
47f59224
1 parent
beeba137
jira:NYJ-1540 desc: handle conflict
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
8 deletions
src/football_replay_match/core/utils/football_replay_match_live.py
src/football_replay_match/core/utils/football_replay_video_event_by_llm.py
src/football_replay_match/core/utils/football_replay_match_live.py
View file @
47f5922
...
...
@@ -7,11 +7,7 @@ from langchain_core.messages import SystemMessage, HumanMessage
from
langchain_openai
import
ChatOpenAI
try
:
<<<<<<<<
HEAD
:
src
/
football_replay_match
/
core
/
football_replay_match_live
.
py
from
football_replay_match.util.llm_video_content
import
contents
as
video_contents
========
from
.llm_image
import
Video2Frame
>>>>>>>>
b6bd61f9eadc8b70a6ff2e7925f45fc7a9ed39f0
:
src
/
football_replay_match
/
core
/
utils
/
football_replay_match_live
.
py
except
:
from
llm_image
import
Video2Frame
...
...
src/football_replay_match/core/utils/football_replay_video_event_by_llm.py
View file @
47f5922
...
...
@@ -6,11 +6,7 @@ from langchain_core.messages import SystemMessage, HumanMessage
from
langchain_openai
import
ChatOpenAI
try
:
<<<<<<<<
HEAD
:
src
/
football_replay_match
/
core
/
football_replay_video_event_by_llm
.
py
from
football_replay_match.util.llm_video_content
import
contents
as
video_contents
========
from
.llm_image
import
Video2Frame
>>>>>>>>
b6bd61f9eadc8b70a6ff2e7925f45fc7a9ed39f0
:
src
/
football_replay_match
/
core
/
utils
/
football_replay_video_event_by_llm
.
py
except
:
from
llm_image
import
Video2Frame
...
...
Please
register
or
login
to post a comment