Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 340 Bytes

File metadata and controls

24 lines (16 loc) · 340 Bytes

Launch with sandbox

gemini --sandbox

Check pointing

gemini --checkpointinig

Save Chat

/chat save <A_NAME>

/chat resume <A_NAME>

setup Gemini API Key in project base

  1. Create a .env file in the project root.
  2. Add the following line to the .env file: GEMINI_API_KEY=<YOUR_GEMINI_API_KEY>