kopia lustrzana https://github.com/transitive-bullshit/chatgpt-api
![]() |
||
---|---|---|
.github | ||
.husky | ||
docs | ||
examples | ||
packages/core | ||
scratch | ||
.editorconfig | ||
.eslintignore | ||
.eslintrc | ||
.gitattributes | ||
.gitignore | ||
.npmrc | ||
.prettierignore | ||
.prettierrc.cjs | ||
ava.config.cjs | ||
citation.cff | ||
license | ||
package.json | ||
pnpm-lock.yaml | ||
pnpm-workspace.yaml | ||
readme.md | ||
tsconfig.json | ||
turbo.json | ||
typedoc.json |
readme.md
Agentic
TODO
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
ANTHROPIC_API_KEY
- Anthropic API key (docs)SERPAPI_API_KEY
- SerpApi API key (docs)METAPHOR_API_KEY
- Metaphor API key (docs)
Local Testing
Ensure you have REDIS_URL_TEST
set to a valid redis connection URL.
pnpm test
License
MIT © Travis Fischer