/chatgptk

🤖 ChatGPTK is a command line application that allows you to have natural language conversations using OpenAI's GPT-3.5 turbo model.

Primary LanguageTypeScriptMIT LicenseMIT

ChatGPTK

Example Usage

ChatGPTK is a command line application that allows you to have natural language conversations using OpenAI's GPT-3 model.

Getting Started • Roadmap • License

Getting Started

Get OpenAI API Key

From https://platform.openai.com/

Install and Run

npm i -g chatgptk
chatgptk

Note If it doesn't work, check to see if you entered the wrong OpenAI API key. If you entered an incorrect OpenAI API key, you can reinstall and enter a new OpenAI API key.

Roadmap

v2.0.0

  • Maintain Context
  • Custom Setting (ex: temperature)
  • Custom Prompt
  • Chat History

v1.0.0

  • Just Chat

License

This project is licensed under the MIT.