@ombro/cli-chat
v1.2.0
Published
OChat is a CLI chat tool. With the help of OpenAI services, it can answer any question you have.
Downloads
11
Readme
@ombro/cli-chat
English | 简体中文
OChat is a command line interface chat tool. With the help of OpenAI services, it can answer any question you have.
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
LICENSE
MIT