Skip to main content

· One min read
Chanwoong Kim

Today, we are excited to announce the release of CLLM 0.1.2!

Highlights

This release includes the following updates:

  • Added the new cllm history command to show the history of commands searched.
  • Added the new cllm describe command to show the description of a command.
  • Added CLLM icon to documentation.

Other Changes

  • #29: Add installation script for macOS and Linux.
  • #34: Add error handling for CLI errors
  • #38: Add CLLM ASCII art logo to cllm

For more details, please refer to the release notes.

Release

Contact Us

If you have any questions or need help, feel free to ask in the CLLM Discord.

· One min read
Chanwoong Kim

Hello and Welcome to the CLLM documentation!

CLLM is a Command Line Large Language Model tool that is designed to help you write cli-command. Currently, CLLM is based on GPT-3.5 Turbo Model, which is a large language model developed by OpenAI.

Below are the list of commands that you can use to interact with CLLM.

  • help - To get the list of commands that you can use.
  • search - To search for a specific command about your query.
  • set key - To set the OpenAI API key for using CLLM.

If you have any questions or need help, feel free to ask in the CLLM Discord.

cllm-example-1