Jonghakseo / chatgptk

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

Home Page:https://www.npmjs.com/package/chatgptk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

https://www.npmjs.com/package/chatgptk

License:MIT License


Languages

Language:TypeScript 95.5%Language:JavaScript 4.5%