Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

chat-companion

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

chat-companion

A chat gpt command line client with extra features"

  • 0.2.0
  • PyPI
  • Socket score

Maintainers
1

CLI Companion

CLI Companion is a command line tool that you can use to ask questions and get responses back from a virtual companion. You can also review previous questions and responses.

Installation

First you need get an api key for chat-gpt. Then you create an environment variable named $CHATKEY

bash

export CHATKEY=<your-key>

fish

set CHATKEY=<your-key>

Using pip

pip install chat-companion

Using Poetry

poetry add chat-companion

Usage

run companion --help

To see the list of commands.

custom commands
===============
generate_response  proof_read   review     talk     
help               resummarize  summarize  translate

Talk

To ask a question, use the talk subcommand. For example:

companion talk "What is your name?"

Review

To review previous questions and responses, use the review subcommand. This will bring up a list of previous questions. You can then select a question to view the response.

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc