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
grok-superimage-1.0can have centralizedn/size/response_formatdefaults and stricter streaming behavior for chat completions.Description
grok-superimage-1.0toModelServiceand a server-side config loader_superimage_server_image_config()that reads[superimage]config (n,size,response_format) and forces those values for the SuperImage model.request.model == SUPERIMAGE_MODEL_IDand ensured streaming for SuperImage only returns final images (no intermediate previews)._safe_sse_stream()to wrapAsyncIterablestreams and emit structured SSEerrorevents on exceptions, and_streaming_error_response()to return a one-shot SSE error response for errors raised before streaming starts; wrapped image/video/chat streaming usages with these helpers.data: [DONE]when needed to ensure the stream completes cleanly.transient_upstream()to the retry utilities and integrated it into chat retry logic so transient upstream errors (HTTP 408/5xx, timeouts, connection resets, etc.) will try alternative tokens if available.socks5->socks5h,socks4->socks4a), selectingproxyvsproxiesforcurl_cffibased on scheme, and adjusted timeout logic to preferchat.timeoutbut fallback tovideo/imagewhen unset.get_storageimport toresolve_storagein admin API to avoid a name clash and renamed admin routeget_storagetoget_storage_mode; addedorjsonimport where used; added UI support forsuperimagefields inapp/static/admin/js/config.jsand default config entries inconfig.defaults.toml; updatedreadme.mdto documentgrok-superimage-1.0behavior.Testing
Codex Task