chatgpt-api/readme.md

35 wiersze
1.3 KiB
Markdown
Czysty Zwykły widok Historia

2022-12-02 23:43:59 +00:00
# ChatGPT API <!-- omit in toc -->
> Node.js wrapper around ChatGPT. Uses headless Chrome as a temporary solution until the official API is released.
[![NPM](https://img.shields.io/npm/v/chatgpt.svg)](https://www.npmjs.com/package/chatgpt) [![Build Status](https://github.com/transitive-bullshit/chatgpt-api/actions/workflows/test.yml/badge.svg)](https://github.com/transitive-bullshit/chatgpt-api/actions/workflows/test.yml) [![MIT License](https://img.shields.io/badge/license-MIT-blue)](https://github.com/transitive-bullshit/chatgpt-api/blob/main/license) [![Prettier Code Formatting](https://img.shields.io/badge/code_style-prettier-brightgreen.svg)](https://prettier.io)
- [Intro](#intro)
- [Docs](#docs)
- [Todo](#todo)
- [Related](#related)
- [License](#license)
## Intro
TODO
## Docs
See the [auto-generated docs](./docs/modules.md).
## Todo
- [ ] Add message and conversation IDs
- [ ] Add support for streaming responses
## Related
- Inspired by the [Go module](https://github.com/danielgross/whatsapp-gpt) by [Daniel Gross](https://github.com/danielgross)
## License
MIT © [Travis Fischer](https://transitivebullsh.it)
Support my open source work by <a href="https://twitter.com/transitive_bs">following me on twitter <img src="https://storage.googleapis.com/saasify-assets/twitter-logo.svg" alt="twitter" height="24px" align="center"></a>