Node.js client for the unofficial ChatGPT API.
 
 
Go to file
Travis Fischer 161e1575df . 2023-05-23 23:27:09 -07:00
.github feat: init 2023-04-25 13:47:18 -07:00
.husky feat: init 2023-04-25 13:47:18 -07:00
src . 2023-05-23 23:27:09 -07:00
.env.example feat: WIP core typed llm fluent interface 2023-05-01 21:32:03 -05:00
.gitignore feat: init 2023-04-25 13:47:18 -07:00
.npmrc feat: init 2023-04-25 13:47:18 -07:00
.prettierignore feat: init 2023-04-25 13:47:18 -07:00
.prettierrc.cjs feat: init 2023-04-25 13:47:18 -07:00
license feat: init 2023-04-25 13:47:18 -07:00
package.json 🍦 2023-05-23 23:15:59 -07:00
pnpm-lock.yaml 🍦 2023-05-23 23:15:59 -07:00
readme.md 🌫 2023-05-03 22:54:32 -05:00

readme.md

Agentic

TODO

agentic NPM package Build Status MIT License Prettier Code Formatting

Intro

TODO

TODO

https://github.com/colinhacks/zod#writing-generic-functions

Use Cases

https://platform.openai.com/examples

// take in a query and a list of texts and produces an ordered array with each text assigned a relevance score. // generate JSON conforming to a zod schema // generate a string conforming to a zod schema // generate TS code and ensure it is valid syntax + valid exports // generate HTML and ensure it parses correctly // primitives (boolean, number, z.coerce.date, string) // classifier (enum) // CSV

// retry strategies

// separate the prompt formatting from the inference call?

License

MIT © Travis Fischer

If you found this project interesting, please consider sponsoring me or following me on twitter twitter