projectdiscovery/aix
AIx is a cli tool to interact with Large Language Models (LLM) APIs.
What it solves
It provides a simple way to interact with Large Language Model (LLM) APIs directly from the command line, removing the need to use a web browser or write custom scripts for basic queries.
How it works
AIx is a CLI tool that acts as a wrapper for OpenAI's APIs. It allows users to send prompts via flags, files, or standard input (STDIN), and receive responses in either plain text, markdown, or JSONLine format.
Who it’s for
Developers and power users who prefer working in the terminal and want to integrate LLM queries into their command-line workflows or shell scripts.
Highlights
- Multi-model support: Supports GPT-3.5 and GPT-4.0.
- Flexible input: Accepts prompts from strings, files, or STDIN.
- ** idée own system context**: Allows users to specify a custom system message to guide the model's behavior.
- Customizable output: Supports streaming, JSONL output for structured data, and markdown rendering.
Related
- Project
- Project
- Project
- Project
- Project