pi-gpt-fast

内容来源:README.md(说明文档) · 原始地址 · 查看安装指南

原始内容

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-fast

Or try it for one run:

pi -e npm:pi-gpt-fast

For 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 state

You can also start pi with Fast mode enabled:

pi --gpt-fast

Fast mode only applies to OpenAI/OpenAI Codex GPT models. Unsupported models/accounts may ignore or reject the priority service tier.