Skip to content

vitali2y/gemini-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Rust CLI chat with Gemini AI

export GEMINI_API_KEY=XXX  # free from https://aistudio.google.com/app/apikey# building
 ✗ cargo r --release
~...~
 ✗  # testing
 ✗ ./target/release/gemini-chat "In Rust what is the difference between Fn, FnMut, and FnOnce?"  # simple prompt as a CLI param
~...~
 ✗ cat my_question.md | ./target/release/gemini-chat  # prompt as a stdin pipe, e. g. from Markdown file with your code and detailed question
~...~
 ✗

About

Simple Rust CLI chat for Gemini AI

Topics

Resources

License

Stars

Watchers

Forks