pi-gpt-fast
v0.1.1
Published
Tiny pi extension to toggle OpenAI GPT Fast mode.
Maintainers
Readme
pi-gpt-fast
Tiny pi package that adds a /gpt-fast toggle for OpenAI GPT Fast mode.
When enabled, eligible OpenAI/OpenAI Codex GPT requests are sent with:
{ "service_tier": "priority" }Install
pi install npm:pi-gpt-fastOr try it for one run:
pi -e npm:pi-gpt-fastFor local development, replace the package name with a checkout path such as ./pi-gpt-fast.
Usage
/gpt-fast # toggle on/off
/gpt-fast on # enable fast mode
/gpt-fast off # disable fast mode
/gpt-fast status # show current stateYou can also start pi with Fast mode enabled:
pi --gpt-fastFast mode only applies to OpenAI/OpenAI Codex GPT models. Unsupported models/accounts may ignore or reject the priority service tier.
