Replace Perplexity references with OpenAI GPT-4o and update presets#8
Closed
Replace Perplexity references with OpenAI GPT-4o and update presets#8
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
DHCross
added a commit
that referenced
this pull request
Mar 2, 2026
…ge clarity HIGH priority: - #6 symbolicWeather: soft-fail instead of re-throwing AuthorityViolationError - #7 TTS: add 10s AbortController timeout to ElevenLabs fetch (504 on timeout) - #9 injectProtocols: wrap in try/catch, continue without corpus on failure MEDIUM priority: - #2 LLM auth: normalize 401/403 to user-friendly message - #3 LLM timeout: add one retry in generateReplyWithRetry - #4 Empty LLM response: distinguish content_filter from true empty - #5 AuthorityViolation outer catch: hide internal module names LOW priority: - #1 Missing LLM key 503: clearer operator message - #8 useOracleChat: map 413 to user-friendly 'message too long' text - #10 Remove void-cast needsConcreteRetry/needsProtocolRepair calls
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
gpt-4oacross debug tooling and UI presets to reflect the new upstream engine.Description
vessel/debug_oracle.jsandvessel/debug_oracle_no_bearer.jsto readOPENAI_API_KEY, callapi.openai.comat/v1/chat/completions, and use modelgpt-4o.perplexitytoopenai, updated the header comment tox-openai-key, switched the preset model togpt-4o, and relabeled the button toGPT-4o.vessel/src/app/api/oracle/route.tsandvessel/src/components/OracleInterface.tsxto remove Perplexity-specific text (e.g.,Perplexity Response→OpenAI Response, and generalized citation cleanup).Testing
npm run devand the Next.js app reported ready (local dev server started).TargetClosedError/SIGSEGV and no screenshot was captured.Codex Task