Last updated:
0 purchases
gemini cli
Gemini CLI #
Command line tool to provide generative AI using Google Gemini LLM.
You need your api key to use Google Gemini; see https://ai.google.dev/tutorials/setup
Install #
dart pub global activate gemini_cli
copied to clipboard
Use #
gemini gen --p="Write a story about a magic backpack." --api-key=xxxxxxxxx
copied to clipboard
Or, if you do not want to specify api-key every time, add GEMINI_API_KEY as the environment variable.
export GEMINI_API_KEY=xxxxxxxxx
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.