Node.js client for the unofficial ChatGPT API.
 
 
 
Go to file
Travis Fischer 2e4d681ce3 chore: refactoring 2023-06-01 23:26:22 -07:00
.github feat: disable node v16 support for now 2023-05-31 23:06:59 -07:00
.husky
examples 🖲 2023-05-31 23:06:59 -07:00
src chore: refactoring 2023-06-01 23:26:22 -07:00
test chore: refactoring 2023-06-01 23:26:22 -07:00
.editorconfig feat: add .editorconfig 2023-06-01 10:22:43 -04:00
.env.example feat: improve basic readme for local dev 2023-06-01 00:04:33 -07:00
.eslintignore 🚮 2023-06-01 22:47:27 -07:00
.eslintrc 🚮 2023-06-01 22:47:27 -07:00
.gitignore
.npmrc
.prettierignore
.prettierrc.cjs
license
package.json chore: refactoring 2023-06-01 23:26:22 -07:00
pnpm-lock.yaml 📁 2023-06-01 22:39:46 -07:00
readme.md feat: improve basic readme for local dev 2023-06-01 00:04:33 -07:00
tsconfig.json feat: refactoring core 2023-05-31 23:06:59 -07:00
tsup.config.ts

readme.md

Agentic

TODO

@agentic/core npm package Build Status MIT License Prettier Code Formatting

Intro

TODO

Development

pnpm install

Environment

cp .env.example .env

Required

  • OPENAI_API_KEY - OpenAI API key.
  • REDIS_URL_TEST - Redis server URL used for caching third-party API calls during testing.

Optional

Local Testing

Ensure you have REDIS_URL_TEST set to a valid redis connection URL.

pnpm test

License

MIT © Travis Fischer