A scriptable and powerful UI-Chat-Application for chatting with most Gen-AI LLMs
Overview
What is Ask m' AI?
Ask m' AI is a scriptable desktop chat application designed for interacting with various Large Language Models (LLMs) such as OpenAI's GPT, Anthropic, and others.
How to use Ask m' AI?
To use Ask m' AI, you can run it from the terminal with specific commands for different LLM providers, providing necessary options as arguments. For example, to use OpenAI, you would run ask-mai -b openai --llm.openai.api-key.plain=YOUR_OPENAI_API_KEY.
Key features of Ask m' AI?
- Supports multiple LLM providers including OpenAI, LocalAI, and Anthropic.
- Scriptable interface allowing terminal commands and custom tools.
- Built-in tools for system information, file management, and HTTP calls.
- Customizable themes and languages.
Use cases of Ask m' AI?
- Automating interactions with LLMs for various applications.
- Integrating LLM capabilities into scripts and workflows.
- Custom tool creation for specific tasks using LLMs.
FAQ from Ask m' AI?
- Can I use my own LLM with Ask m' AI?
Yes! You can connect to various LLMs by providing the appropriate API keys and configurations.
- Is Ask m' AI free to use?
Yes! Ask m' AI is open-source and free to use.
- What programming language is Ask m' AI built with?
Ask m' AI is built using Go.