gemini_cli 0.0.1 copy "gemini_cli: ^0.0.1" to clipboard
gemini_cli: ^0.0.1 copied to clipboard

Command line tool to provide generative AI using Google Gemini LLM.

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

Use #

gemini gen --p="Write a story about a magic backpack." --api-key=xxxxxxxxx

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
0
likes
150
pub points
0%
popularity

Publisher

unverified uploader

Command line tool to provide generative AI using Google Gemini LLM.

Repository (GitHub)
View/report issues

Topics

#cli #gemini #generative #ai

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

ansi_styles, args, cli_launcher, cli_util, google_generative_ai

More

Packages that depend on gemini_cli