[PR #15847] [CLOSED] feat(launch): add gemini target runner #62024

Closed
opened 2026-04-29 16:58:53 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/15847
Author: @AveryRPeterson
Created: 4/27/2026
Status: Closed

Base: mainHead: feature/launch-target-gemini


📝 Commits (3)

  • 9efbe21 feat(launch): add gemini target runner
  • 75df824 feat(launch): add gemini proxy for API translation
  • 985987d refactor(launch): implement native Gemini API runner and remove proxy hack

📊 Changes

3 files changed (+148 additions, -1 deletions)

View changed files

agents.md (+19 -0)
cmd/launch/gemini.go (+120 -0)
📝 cmd/launch/registry.go (+9 -1)

📄 Description

This PR adds a new 'gemini' target to the 'ollama launch' command. It enables launching the @google/gemini-cli with local Ollama models by automatically configuring GOOGLE_API_BASE_URL and GOOGLE_API_KEY.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ollama/ollama/pull/15847 **Author:** [@AveryRPeterson](https://github.com/AveryRPeterson) **Created:** 4/27/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `feature/launch-target-gemini` --- ### 📝 Commits (3) - [`9efbe21`](https://github.com/ollama/ollama/commit/9efbe215a2a7976ecd53ff4d7e040d02e359b0f1) feat(launch): add gemini target runner - [`75df824`](https://github.com/ollama/ollama/commit/75df824ba9cb7a1e055ea7823f9b7a9b75f52302) feat(launch): add gemini proxy for API translation - [`985987d`](https://github.com/ollama/ollama/commit/985987d673fdafaad91e883b134d413f6d54d514) refactor(launch): implement native Gemini API runner and remove proxy hack ### 📊 Changes **3 files changed** (+148 additions, -1 deletions) <details> <summary>View changed files</summary> ➕ `agents.md` (+19 -0) ➕ `cmd/launch/gemini.go` (+120 -0) 📝 `cmd/launch/registry.go` (+9 -1) </details> ### 📄 Description This PR adds a new 'gemini' target to the 'ollama launch' command. It enables launching the @google/gemini-cli with local Ollama models by automatically configuring GOOGLE_API_BASE_URL and GOOGLE_API_KEY. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-29 16:58:53 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#62024