/rusty-ai

Building a custom Rust AI Assistant using the OpenAI Assistant API

Primary LanguageRust

rusty-ai

The vision for rusty-ai is to create a cli based AI assistant that leverages AI assistant services using OpenAI API.

cargo commands

# On linux/mac terminal and enter your openai api key
export OPENAI_API_KEY='sk-...' 

# On Windows Powershell
$Env:OPENAI_API_KEY='sk-...'

# build everything
cargo build

# run the command line
cargo run -q

# help to know other commands or write prompts
:h