[PR #77] [MERGED] continue conversation #15239

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

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/77
Author: @mxyng
Created: 7/13/2023
Status: Merged
Merged: 7/14/2023
Merged by: @mxyng

Base: mainHead: mem


📝 Commits (1)

📊 Changes

11 files changed (+47 additions, -10 deletions)

View changed files

📝 api/types.go (+6 -4)
📝 cmd/cmd.go (+10 -1)
📝 llama/llama.go (+15 -3)
📝 main.go (+3 -1)
📝 server/routes.go (+1 -1)
📝 server/templates/alpaca.prompt (+2 -0)
📝 server/templates/falcon.prompt (+2 -0)
📝 server/templates/mpt.prompt (+2 -0)
📝 server/templates/orca.prompt (+2 -0)
📝 server/templates/vicuna.prompt (+2 -0)
📝 server/templates/wizardcoder.prompt (+2 -0)

📄 Description

feed responses back into the llm


🔄 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/77 **Author:** [@mxyng](https://github.com/mxyng) **Created:** 7/13/2023 **Status:** ✅ Merged **Merged:** 7/14/2023 **Merged by:** [@mxyng](https://github.com/mxyng) **Base:** `main` ← **Head:** `mem` --- ### 📝 Commits (1) - [`1775647`](https://github.com/ollama/ollama/commit/1775647f763f9785a0f06eed7cfaa310b6dc9519) continue conversation ### 📊 Changes **11 files changed** (+47 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `api/types.go` (+6 -4) 📝 `cmd/cmd.go` (+10 -1) 📝 `llama/llama.go` (+15 -3) 📝 `main.go` (+3 -1) 📝 `server/routes.go` (+1 -1) 📝 `server/templates/alpaca.prompt` (+2 -0) 📝 `server/templates/falcon.prompt` (+2 -0) 📝 `server/templates/mpt.prompt` (+2 -0) 📝 `server/templates/orca.prompt` (+2 -0) 📝 `server/templates/vicuna.prompt` (+2 -0) 📝 `server/templates/wizardcoder.prompt` (+2 -0) </details> ### 📄 Description feed responses back into the llm --- <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-16 04:53:46 -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#15239