Node.js client for the unofficial ChatGPT API.
 
 
 
Go to file
Travis Fischer 154929d8e9 🚮 2023-06-01 22:47:27 -07:00
.github
.husky
examples
src
test
.editorconfig feat: add .editorconfig 2023-06-01 10:22:43 -04:00
.env.example
.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 🚮 2023-06-01 22:47:27 -07:00
pnpm-lock.yaml 📁 2023-06-01 22:39:46 -07:00
readme.md
tsconfig.json
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