aicli100
AICLI100 is a command line interface for using AI.
Features
- Install and Check Ollama: Automatically installs and checks the Ollama AI tool on Linux systems.
- API Key Management: Easily set and check API keys for OpenAI and Anthropic.
- Model Management: List available AI models and set the desired model for AI requests.
- Command Line Interface: Interact with the AI directly from the terminal using simple commands.
Installation
Using git
-
Clone the repository:
git clone https://github.com/yourusername/aicli.git
cd aicli
-
Create a virtual environment and activate it:
python -m venv env
source env/bin/activate
-
Install the required dependencies:
pip install -r requirements.txt
-
Build the project:
python -m build
Using pip
- Install the package:
pip install aicli100
- Run the app:
aicli100
Usage
Configuration
The configuration file is located at ~/.aicli_config.ini. It stores API keys and user settings.
License
This project is licensed under the MIT License. See the LICENSE file for details.
Contributing
Contributions are welcome! Please open an issue or submit a pull request.
Author
Roberto Fernandino - romfernandino@gmail.com
Acknowledgements