[PR #862] [CLOSED] fix/Predict: A prediction should use the options sent with the request #10363

Closed
opened 2026-04-12 22:59:01 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/862
Author: @CyrilPeponnet
Created: 10/20/2023
Status: Closed

Base: mainHead: predictOptions


📝 Commits (1)

  • 360c694 fix/Predict: A prediction should use the options sent with the request

📊 Changes

4 files changed (+51 additions, -38 deletions)

View changed files

📝 api/types.go (+26 -18)
📝 llm/llama.go (+18 -18)
📝 llm/llm.go (+1 -1)
📝 server/routes.go (+6 -1)

📄 Description

Consecutive query to the same running model should use the client request parameters instead of the one set during the model loading.


🔄 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/862 **Author:** [@CyrilPeponnet](https://github.com/CyrilPeponnet) **Created:** 10/20/2023 **Status:** ❌ Closed **Base:** `main` ← **Head:** `predictOptions` --- ### 📝 Commits (1) - [`360c694`](https://github.com/ollama/ollama/commit/360c694316a027e83b4ab8d5c773dabaa57b567a) fix/Predict: A prediction should use the options sent with the request ### 📊 Changes **4 files changed** (+51 additions, -38 deletions) <details> <summary>View changed files</summary> 📝 `api/types.go` (+26 -18) 📝 `llm/llama.go` (+18 -18) 📝 `llm/llm.go` (+1 -1) 📝 `server/routes.go` (+6 -1) </details> ### 📄 Description Consecutive query to the same running model should use the client request parameters instead of the one set during the model loading. --- <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 22:59:01 -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#10363