[PR #2307] [MERGED] Fix help string for stop parameter #10851

Closed
opened 2026-04-12 23:12:48 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/2307
Author: @gaardhus
Created: 2/1/2024
Status: Merged
Merged: 5/7/2024
Merged by: @jmorganca

Base: mainHead: fix-stop-parameter


📝 Commits (1)

  • abab783 Fix help string for stop parameter

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 cmd/interactive.go (+1 -1)

📄 Description

Changed the help prompt for setting the stop parameters, and quotes or commas are otherwise included in the stop-token:

/set parameter stop "?", "!" # Invalid
/set parameter stop ? ! # Valid


🔄 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/2307 **Author:** [@gaardhus](https://github.com/gaardhus) **Created:** 2/1/2024 **Status:** ✅ Merged **Merged:** 5/7/2024 **Merged by:** [@jmorganca](https://github.com/jmorganca) **Base:** `main` ← **Head:** `fix-stop-parameter` --- ### 📝 Commits (1) - [`abab783`](https://github.com/ollama/ollama/commit/abab783c35ae5096b0729b7fc9549b44b5326670) Fix help string for stop parameter ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `cmd/interactive.go` (+1 -1) </details> ### 📄 Description Changed the help prompt for setting the stop parameters, and quotes or commas are otherwise included in the stop-token: /set parameter stop "?", "!" # Invalid /set parameter stop ? ! # Valid --- <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-12 23:12:48 -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#10851