Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Motivation
Description
grok-superimage-1.0inModelServiceand add server-side defaults under a new[superimage]section inconfig.defaults.toml._superimage_server_image_config()andSUPERIMAGE_MODEL_IDin the chat API and force server-siden/size/response_formatfor that model; ensure streams for this model only expose final results and preserve original image names for URL outputs._safe_sse_stream()and_streaming_error_response()to return event-stream error payloads instead of transport 5xx for stream endpoints; wrap streaming returns from chat/image services with these helpers and handle exceptions when startingVideoServiceorChatServicewhenstreamis enabled.transient_upstream()to retry logic and use it in chat token selection to retry with another token for transient errors; export it from retry utilities.AppChatReverse(convert SOCKS schemes to forms suitable for curl-cffi), chooseproxyvsproxiesappropriately, and adjust timeout selection and logging.get_storageimport renamed toresolve_storagein admin API; admin static UI (config.js) extended withsuperimagefields and select inputs; README updated to documentgrok-superimage-1.0and behavioral notes.Testing
pytestagainst the modified codebase and existing tests passed./v1/chat/completionsflows (image generation/edit and chat streaming) in a local environment to verify SSE error payloads and final-only behavior forgrok-superimage-1.0streams.Codex Task