Skip to content

Building a custom Rust AI Assistant using the OpenAI Assistant API

Notifications You must be signed in to change notification settings

samyaktx/rusty-ai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 

About

Building a custom Rust AI Assistant using the OpenAI Assistant API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages