[PR #8958] [CLOSED] feat: add streaming response control flags to command line run feature #12828

Closed
opened 2026-04-13 00:10:44 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/8958
Author: @mateuszdrab
Created: 2/9/2025
Status: Closed

Base: mainHead: stream-control


📝 Commits (1)

  • acdbeae feat: add streaming response control flags to command line run feature

📊 Changes

2 files changed (+17 additions, -0 deletions)

View changed files

📝 cmd/cmd.go (+9 -0)
📝 cmd/interactive.go (+8 -0)

📄 Description

Quick pr to add the ability to toggle response streaming in the interactive run prompt through either the /set stream/nostream command or the --stream flag


🔄 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/8958 **Author:** [@mateuszdrab](https://github.com/mateuszdrab) **Created:** 2/9/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `stream-control` --- ### 📝 Commits (1) - [`acdbeae`](https://github.com/ollama/ollama/commit/acdbeaed0bc2ae0dc2a421cc0aa1f1568af9aa9f) feat: add streaming response control flags to command line run feature ### 📊 Changes **2 files changed** (+17 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `cmd/cmd.go` (+9 -0) 📝 `cmd/interactive.go` (+8 -0) </details> ### 📄 Description Quick pr to add the ability to toggle response streaming in the interactive run prompt through either the `/set stream/nostream` command or the `--stream` flag --- <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-13 00:10:44 -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#12828