Skip to content

Instantly share code, notes, and snippets.

@tiye
Last active July 21, 2025 03:54
Show Gist options
  • Save tiye/bb4e4d75451e4dacbf99ecad402e4d56 to your computer and use it in GitHub Desktop.
Save tiye/bb4e4d75451e4dacbf99ecad402e4d56 to your computer and use it in GitHub Desktop.
Trick to override baseUrl for Gemini CLI

find in node_modules/

  • in @google/gemini-cli-core/dist/src/core/contentGenerator.js edit createContentGenerator, add baseUrl in httpOptions.
  • in @google/gemini-cli-core/dist/src/core/geminiChat.js edit contentGenerator.generateContent, add httpOptions as well
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment