Node.js client for the unofficial ChatGPT API.
 
 
Go to file
Philipp Burckhardt 7482345b64
fix: resolve lint errors
2023-06-01 10:17:58 -04:00
.github feat: disable node v16 support for now 2023-05-31 23:06:59 -07:00
.husky feat: init 2023-04-25 13:47:18 -07:00
examples 🖲 2023-05-31 23:06:59 -07:00
src fix: resolve lint errors 2023-06-01 10:17:58 -04:00
test 💺 2023-06-01 01:01:14 -07:00
.env.example feat: improve basic readme for local dev 2023-06-01 00:04:33 -07:00
.eslintignore build: add eslint for linting 2023-06-01 10:16:56 -04:00
.eslintrc build: add eslint for linting 2023-06-01 10:16:56 -04: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 build: add eslint for linting 2023-06-01 10:16:56 -04:00
pnpm-lock.yaml build: add eslint for linting 2023-06-01 10:16:56 -04: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 🍯 2023-05-25 21:07:50 -07:00

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