Node.js client for the official ChatGPT API. 🔥 - Fork from transitive-bullshit/chatgpt-api, add vision model support. - chatgpt-web-dev/chatgpt-api
This package is a Node.js wrapper around ChatGPT by OpenAI. TS batteries included. ✨UpdatesMarch 1, 2023 The official OpenAI chat completions API has been released, and it is now the default for this package! 🔥 MethodFree?Robust?Quality? ChatGPTAPI ❌ No ✅ Yes ✅️ Real ...
-⬇️Discord Rich Presence1.0.0A Discord Rich Presence Plugin For Joplinarash28134 🏠⬇️Draw.io2.2.0Draw.io (aka Diagram.net) integration for Joplinmarc0l92 🏠⬇️Editor Themes1.0.240+ editor themes, including VSCode, GitHub, and SublimeChris Kant ...
Transcribe: Convert spoken language (voice) into written text (transcription, Automatic Speech Recognition). Supports multiple Open AI LLM models: gpt-3.5-turbo, gpt-3.5-turbo-0125, gpt-3.5-turbo-1106, gpt-4, gpt-4-0613, gpt-4-32k, gpt-4-32k-0613, gpt-4-turbo-preview (world events up...
constapi=newChatGPTAPI({apiKey:process.env.OPENAI_API_KEY})// send a message and wait for the responseletres=awaitapi.sendMessage('What is OpenAI?')console.log(res.text)// send a follow-upres=awaitapi.sendMessage('Can you expand on that?',{parentMessageId:res.id})console.log(res....
Usage: $ chatgpt <prompt> Commands: <prompt> Ask ChatGPT a question rm-cache Clears the local message cache ls-cache Prints the local message cache path For more info, run any command with the `--help` flag: $ chatgpt --help $ chatgpt rm-cache --help $ chatgpt ls-cache --help...
Under the hood, the CLI uses ChatGPTAPI with text-davinci-003 to mimic ChatGPT.Usage: $ chatgpt <prompt> Commands: <prompt> Ask ChatGPT a question rm-cache Clears the local message cache ls-cache Prints the local message cache path For more info, run any command with the `--help` ...
The official OpenAI chat completions API has been released, and it is now the default for this package! 🔥 MethodFree?Robust?Quality? ChatGPTAPI ❌ No ✅ Yes ✅️ Real ChatGPT models ChatGPTUnofficialProxyAPI ✅ Yes ☑️ Maybe ✅ Real ChatGPT Note: We strongly recommend using...
Usage: $ chatgpt <prompt> Commands: <prompt> Ask ChatGPT a question rm-cache Clears the local message cache ls-cache Prints the local message cache path For more info, run any command with the `--help` flag: $ chatgpt --help $ chatgpt rm-cache --help $ chatgpt ls-cache --help...
Under the hood, the CLI uses ChatGPTAPI with text-davinci-003 to mimic ChatGPT.Usage: $ chatgpt <prompt> Commands: <prompt> Ask ChatGPT a question rm-cache Clears the local message cache ls-cache Prints the local message cache path For more info, run any command with the `--help` ...