nodejs-gpt icon indicating copy to clipboard operation
nodejs-gpt copied to clipboard

A client implementation for ChatGPT and Bing AI. Available as a Node.js module, REST API server, and CLI app.

Results 9 nodejs-gpt issues
Sort by recently updated
recently updated
newest added

Hi there- is anyone willing to share whether you can get the bing AI API set up to use it as an OpenAI-compatible API? Been trying with [LiteLLM](https://github.com/BerriAI/litellm) but I'm...

Bumps [undici](https://github.com/nodejs/undici) from 5.26.3 to 6.3.0. Release notes Sourced from undici's releases. v6.3.0 What's Changed Clear all timeout on destroy and close by @​mcollina in nodejs/undici#2535 ConnectOptions should include 'origin'...

dependencies

Bumps [fastify](https://github.com/fastify/fastify) from 4.24.1 to 4.25.2. Release notes Sourced from fastify's releases. v4.25.2 What's Changed fix: npm run test:watch by @​domdomegg in fastify/fastify#5221 fix: always consume stream payloads when responding...

dependencies

Bumps [eslint](https://github.com/eslint/eslint) from 8.51.0 to 8.56.0. Release notes Sourced from eslint's releases. v8.56.0 Features 0dd9704 feat: Support custom severity when reporting unused disable directives (#17212) (Bryan Mishkin) 31a7e3f feat: fix...

dependencies

Bumps [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) from 2.28.1 to 2.29.1. Release notes Sourced from eslint-plugin-import's releases. v2.29.1 Full Changelog: https://github.com/import-js/eslint-plugin-import/compare/v2.29.0...v2.29.1 v2.29.0 Full Changelog: https://github.com/import-js/eslint-plugin-import/compare/v2.28.1...v2.29.0 Changelog Sourced from eslint-plugin-import's changelog. [2.29.1] - 2023-12-14 Fixed [no-extraneous-dependencies]:...

dependencies

@Richard-Weiss Please review this PR as I've forked node-gpt-api to keep this library better maintained Add groundwork for implementing the image recognition feature. The only missing component is setting the...

Bumps [clipboardy](https://github.com/sindresorhus/clipboardy) from 3.0.0 to 4.0.0. Release notes Sourced from clipboardy's releases. v4.0.0 Breaking Require Node.js 18 d417dc0 https://github.com/sindresorhus/clipboardy/compare/v3.0.0...v4.0.0 Commits 06110f3 4.0.0 d417dc0 Require Node.js 18 435f4e2 Mention requirement of...

dependencies

https://www.npmjs.com/package/nodejs-gpt

enhancement

@timefox if you would like to look this over, I'm looking to keep this repo updated with features like this 1. Enable the image generation function(BIC) for cli mode. Now...