JarVis is a CLI assistant that uses any OpenAI compatible API to help you with your daily tasks. You can list available models, switch between them, directly ask a question, or use the interactive mode.
You'll need V to build and install JarVis:
tools/build
You can configure JarVis by editing the ~/.config/jarvis/config.toml
file, for example:
api_host = "localhost"
api_port = "11434"
api_key = ""
api_model = "qwen2.5-coder"
api_tls = false
jarvis
jarvis --help
jarvis --list
jarvis --switch llama3.3
jarvis "Learn me something interesting about a programming language of your choice"
This project is licensed under the MIT License - see the LICENCE file for details.