Skip to content

feat: add explicit OpenAI fallback mode with clean TypeScript propagation#125

Open
Nesar976 wants to merge 1 commit intobitcoinsearch:mainfrom
Nesar976:feature/direct-openai-fallback
Open

feat: add explicit OpenAI fallback mode with clean TypeScript propagation#125
Nesar976 wants to merge 1 commit intobitcoinsearch:mainfrom
Nesar976:feature/direct-openai-fallback

Conversation

@Nesar976
Copy link
Copy Markdown

@Nesar976 Nesar976 commented Feb 8, 2026

This PR adds an explicit fallback mode that allows querying OpenAI directly when source-based answers are unavailable or unsatisfactory.

When fallback is enabled:
• Retrieval, ranking, and citation logic are bypassed.
• The system queries OpenAI directly.
• The response is clearly marked as unsourced and potentially inaccurate.

Default behavior remains unchanged, and the fallback is only activated when explicitly requested.
No new files were added, and changes are limited to the minimal code paths required.

Fixes #96

@vercel
Copy link
Copy Markdown

vercel bot commented Feb 8, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
chat-btc Ready Ready Preview, Comment Feb 8, 2026 8:04am

Request Review

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feature idea: allowing direct to openai queries

1 participant