-
Notifications
You must be signed in to change notification settings - Fork 11.1k
fix(pingxingshijie): enforce asset upload model #4578
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Fankouzu
wants to merge
66
commits into
QuantumNous:main
from
Fankouzu:fix/pingxing-asset-upload-model
Closed
Changes from all commits
Commits
Show all changes
66 commits
Select commit
Hold shift + click to select a range
3decb33
feat(AliAdaptor): enhance video input structure and add PixVerse support
Fankouzu f4afb2d
Merge pull request #1 from Fankouzu/custom/pixverse-billing
Fankouzu 9579270
chore(web): bump @lobehub/icons, VisActor vchart, add antd peer
Fankouzu e321282
Merge pull request #2 from Fankouzu:chore/bump-lobehub-icons-visactor…
Fankouzu 2bfc9c3
fix(doubao): preserve draft_task id in video content items
Fankouzu 3aaedc2
Merge pull request #3 from Fankouzu/feat/doubao-seedance-draft-task-c…
Fankouzu 6162fdb
Merge branch 'QuantumNous:main' into main
Fankouzu 6b33a38
fix(doubao): skip appending prompt text when content uses draft_task
Fankouzu 49a3baa
Merge pull request #4 from Fankouzu/fix/doubao-seedance-draft-no-text…
Fankouzu 137cd7f
Merge upstream/main into main: resolve web deps (keep visactor v2, an…
Fankouzu 4bac883
feat(channel): add PingXingShiJie async task channel (fork of task/do…
Fankouzu 80a1ef3
feat(pingxingshijie): align channel 58 with /v2 APIs, envelope, and a…
Fankouzu fe9ea68
fix(relay): use Distribute relay_mode for GET /v1/images/generations/…
Fankouzu f1fb6f0
fix(pingxingshijie): map image task done status and data[].url for Se…
Fankouzu 8809ba3
fix(task): image result_url recovery, upstream_kind in API, admin ima…
Fankouzu 0328b85
fix(relay): accept image field as string or URL array in TaskSubmitReq
Fankouzu 9fa4128
fix(pingxingshijie): avoid empty envelope data breaking ConvertToOpen…
Fankouzu 49ba8f5
feat(pingxingshijie): pass full upstream JSON via metadata.upstream /…
Fankouzu 35cbcb0
fix(pingxingshijie): extract video create task id from task_id and ne…
Fankouzu 0771812
fix(pingxingshijie): Seedance 1.5 Pro draft_task upscale forwarding a…
Fankouzu ee071b8
Merge pull request #5 from Fankouzu/feature/channel-pingxingshijie-task
Fankouzu cb72e2e
feat(pingxingshijie): map channel 58 to Volc relay for chat, unwrap e…
Fankouzu 7288053
fix(pingxingshijie): use /v1/chat/completions upstream for channel 58…
Fankouzu d077cd7
fix(pingxingshijie): update upstream path for channel 58 to /v2/chat/…
Fankouzu f4b3c52
Merge pull request #6 from Fankouzu/feature/pingxingshijie-text-chann…
Fankouzu 9f26d60
Merge upstream/main
Fankouzu 1ee1935
Merge origin/main
Fankouzu 8caca48
feat: add comprehensive Token Management API reference documentation
Fankouzu e89b74c
feat: add Kie task adaptor
Fankouzu cd369ae
feat: register Kie channel type
Fankouzu 2deeaf9
feat: wire Kie task relay
Fankouzu 490e869
feat: expose Kie models in registry
Fankouzu ab34e53
feat: add Kie channel option
Fankouzu e6a6b51
feat: add Kie channel logo
Fankouzu 9965d31
fix: stabilize task billing ratios
Fankouzu 6105339
fix: preserve task provider metadata
Fankouzu ed4cc98
fix: sync PingXingShiJie task adapter
Fankouzu cdece92
fix: align PingXingShiJie image endpoint
Fankouzu 0d5f32b
fix: scale Kie image billing by resolution
Fankouzu 63f898e
fix: preserve task request metadata fields
Fankouzu cf2ac39
Merge pull request #7 from Fankouzu/sync/pingxingshijie-upstream
Fankouzu 9a7e171
Merge origin/main into feature/kie-ai-channel
Fankouzu 56db688
Merge pull request #8 from Fankouzu/feature/kie-ai-channel
Fankouzu 9927a1f
Merge upstream/main into main
Fankouzu 03064d2
fix(ui): add default channel labels for PingXingShiJie and KieAI
Fankouzu 699b7f0
fix(ui): render external channel logo URLs
Fankouzu c1faa38
Merge pull request #9 from Fankouzu/fix/default-channel-58-59-logos
Fankouzu 08d6d03
feat(logs): extract task media results
Fankouzu a53db1f
feat(logs): add task media results dialog
Fankouzu b925361
feat(logs): show task media results in table
Fankouzu 4e1ca77
feat(i18n): add task media result labels
Fankouzu f039ab0
feat(i18n): add task media result translations
Fankouzu 620aea3
Merge pull request #10 from Fankouzu/feat/default-task-media-results
Fankouzu ccb29df
feat(distributor): update default model to use taskpxsj.AssetPlacehol…
Fankouzu da05d30
fix(distributor): require asset upload model
Fankouzu d6990a8
fix(pingxingshijie): validate asset upload model
Fankouzu e9044ab
fix(logs): label asset upload tasks
Fankouzu e5d0307
docs(pingxingshijie): require asset upload model
Fankouzu 6f4e325
fix(pingxingshijie): strip asset upload gateway model
Fankouzu a0abb43
docs(pingxingshijie): clarify asset upload forwarding
Fankouzu 86b5783
fix(pingxingshijie): store asset uploads with asset action
Fankouzu a39fcea
fix(logs): recognize asset upload action
Fankouzu 7918ee2
fix(classic): label asset upload task logs
Fankouzu 37c7e49
fix(classic): skip compressed size reporting
Fankouzu cb50bca
feat(pingxingshijie): support asset_id lookup for GET /v1/assets/:ass…
Fankouzu 60f42c2
docs(pingxingshijie): update asset query to use asset_id path param
Fankouzu File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Keep endpoint type in sync when forcing PingXing image test path.
Line 125-128 switches
requestPathto/v1/images/generations, butendpointTypestays empty, sobuildTestRequest(...)can still build a non-image request and later fail image conversion (invalid image request type).🔧 Proposed fix
🤖 Prompt for AI Agents