1.2.0 • Published 1 year ago

@ombro/cli-chat v1.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

@ombro/cli-chat

npm package

English | 简体中文

OChat is a command line interface chat tool. With the help of OpenAI services, it can answer any question you have.

guide

GPT-4 is already supported and can be initialized using the --gpt-4 or --gpt-4o parameter.

Install

$ npm i -g @ombro/cli-chat

Usage

Before using it, you need to configure the baseURL and apiKey by executing the following command:

$ ochat config set

It will start an interactive interface to guide you through the setup process:

  • baseURL is the address of the API, the default is: https://api.openai.com/v1
    • If you are using a third-party API or proxy, you need to make modifications accordingly.
  • apiKey is your OpenAI apiKey

Great, now you are all set and ready to have a delightful conversation!

# Let's start the conversation using the default GPT-3.5 model.
$ ochat

# Using the GPT-4 model.
# Please make sure to monitor your API consumption while using the service.
$ ochat --gpt-4

# Using the GPT-4o model.
# Please make sure to monitor your API consumption while using the service.
$ ochat --gpt-4o

CHANGELOG

CHANGELOG.md

LICENSE

MIT

1.2.0

1 year ago

1.1.0

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago