-
Notifications
You must be signed in to change notification settings - Fork 44
Open
Description
Summary
Expose a BUB_USE_RESPONSES flag to route Bub/Republic through the OpenAI Responses API when required by upstream gateways.
Motivation
Bub currently uses Republic -> any-llm chat completions. Some OpenAI-compatible gateways only support /v1/responses, causing 404s. An opt-in flag keeps default behavior while enabling compatibility.
Proposed change
- Add
BUB_USE_RESPONSESto settings and pass it into Republic'sLLM. - Document the new flag in README/env.example.
Backward compatibility
Default behavior remains chat completions unless BUB_USE_RESPONSES=true.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels