Skip to content

eeriemyxi/xystle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Xystle

Xystle is a command-line tool that reverse-engineers ZeroGPT's API to efficiently leverage its free API (upto 15K characters) on the terminal.

ZeroGPT itself is used to check for AI-generated content in text (subject to inaccuracies).

For your convenience, Xystle also appealingly highlights the parts of your input that ZeroGPT detected as AI-generated. A demonstration of this is shown in the image below.

Note

Server authentication is not handled. You cannot use Xystle to query from a subscribed account. This may be implemented in an upcoming release.

Demo

Installation

Xystle has officially only been tested on a Linux AMD64 system.

Prebuilt Binaries

You can download prebuilt binaries from Github Releases. Platforms included:

  • Linux AMD64

Compile from Source

Xystle was developed using the Odin programming language.

git clone --recurse-submodules https://github.com/eeriemyxi/xystle
cd xystle
make
bin/xystle -help

Command-line Arguments

Help: xystle -help

Usage:
 xystle [i] [-j] [-l] [-v]
Flags:
 -i:<Handle>        | Input file. Reads from stdin if not provided
                    |
 -j                 | Output JSON response and exit. Useful for scripting
 -l:<Logger_Level>  | Set log level. Info by default. Options: Debug, Info, Warning, Error, Fatal
 -v                 | Show version info

About

CLI tool to check for AI-generated content in user input using ZeroGPT.

Topics

Resources

License

Stars

Watchers

Forks

Contributors