Skip to content

requestyai/pi-requesty

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

pi-requesty (Official Requesty extension for Pi)

The official Requesty extension for the Pi Coding Agent

(Recommended) Install from Github Repo

pi install git:github.com/requestyai/pi-requesty@c28e2f8

NOTE: Version c28e2f8 points to out latest v0.2.7 version, and keeps you safe from supply chain attack.

Install locally

Check out the code from the official code repository https://github.com/requestyai/pi-requesty, and then:

pi install ./pi-requesty

To run once without installing:

pi -e ./pi-requesty

Configuration

The extension only reads the requesty provider from ~/.pi/agent/models.json.

Example:

{
  "providers": {
    "requesty": {
      "name": "Requesty",
      "baseUrl": "https://router.requesty.ai/v1",
      "apiKey": "rqsty-sk-...",
      "api": "openai-completions",
      "models": []
    }
  }
}

On startup, the extension fetches <baseUrl>/models using apiKey as the bearer token and registers discovered models with pi.

Command

Inside pi:

/requesty-models-sync

The command fetches Requesty models using ~/.pi/agent/models.json and writes the discovered model IDs back to the same file. Run /reload after syncing.

About

The official Requesty extension for Pi

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors