Simple chat routine to interact with Googles gemini-pro LLM.
Add your Google API key to the following env variable GOOGLE_API_KEY
.
- clone this repo
- build gemini-cli .exe via
cargo build --release
- add the gemini-cli .exe path to your env variables:
- System Properties
- Environment Variables...
- System Variables
- Path
- Edit
- New
- add path to the
release
directory which contains the .exe
This will launch gemini-cli
in chat mode. Your GPT assistant will keep track of your conversation.
- will terminate the conversation
- clears the whole chat history. The conversation will start from scratch.
- will remove the last request and answer from the chat history.