Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
/ clipt Public archive

Dead-simple CLI client to call OpenAI models

Notifications You must be signed in to change notification settings

vootelerotov/clipt

Repository files navigation

ARCHIVED

Clipt only supports OpenAI, but it is quite clear now that there will be a wide ecosystem of different providers.

I have switched to using LLM by Simon Willison, that has similar ideas on how CLI based interaction with LLM-s should feel, while offering much more than Clipt (including plugins for different LLM-s).

Clipt now delegates to llm-sonnet for my personal use.

To use

  • Set up Token via CLIPT_OPEN_AI_API_TOKEN environment variable. (Optional, can also pass as argument)
  • ./gradlew installDist
  • ./build/install/clipt/bin/clipt -h~

About

Dead-simple CLI client to call OpenAI models

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages