Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
C
coderai
Project
Project
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexlab
coderai
Commits
e65a6b6f
Commit
e65a6b6f
authored
May 06, 2026
by
Stefy Lanza (nextime / spora )
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: keep task 2 sample resolution scoped
parent
b178f70b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
manual_multimodal_test_client.py
tools/manual_multimodal_test_client.py
+2
-2
No files found.
tools/manual_multimodal_test_client.py
View file @
e65a6b6f
...
...
@@ -180,7 +180,7 @@ def build_request_spec(config: dict) -> dict:
}
if
mode
==
"video-doubt"
:
video_path
=
ensure_sampl
e_file
(
config
.
get
(
"video_file"
),
"--video-file"
)
video_path
=
_requir
e_file
(
config
.
get
(
"video_file"
),
"--video-file"
)
content
=
(
f
"Video file: {video_path}
\n
"
f
"Question: {config['prompt']}
\n
"
...
...
@@ -198,7 +198,7 @@ def build_request_spec(config: dict) -> dict:
}
if
mode
==
"music-audio-doubt"
:
audio_path
=
ensure_sampl
e_file
(
config
.
get
(
"audio_file"
),
"--audio-file"
)
audio_path
=
_requir
e_file
(
config
.
get
(
"audio_file"
),
"--audio-file"
)
content
=
(
f
"Audio file: {audio_path}
\n
"
f
"Question: {config['prompt']}
\n
"
...
...
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