Skip to content

j03-dev/chatboto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chatboto

This is a simple desktop app built with Iced that allows you to chat with AI:

  • Mistral
  • Gemini

Screenshots

App Screenshot 1


App Screenshot 2

Installation

  1. Clone this repository:
git clone https://github.com/j03-dev/chatboto.git
cd chatboto
  1. Build the application:
cargo build --release

Configuration

Chatboto requires API keys for the AI models it uses.

You can obtain these API keys by:

The application will automatically load these environment variables at startup.

Usage

Run the application:

cargo run --release

Use the settings button to switch between Mistral and Gemini models for your conversations.