✗ 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
~...~
✗-
Notifications
You must be signed in to change notification settings - Fork 0
Simple Rust CLI chat for Gemini AI
License
vitali2y/gemini-chat
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
Simple Rust CLI chat for Gemini AI