[PR #40] [MERGED] use prompt templates #15212

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

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/40
Author: @mxyng
Created: 7/6/2023
Status: Merged
Merged: 7/6/2023
Merged by: @mxyng

Base: goHead: go-prompt-templates


📝 Commits (1)

📊 Changes

17 files changed (+110 additions, -17 deletions)

View changed files

📝 api/types.go (+8 -0)
📝 go.mod (+1 -0)
📝 go.sum (+33 -0)
📝 server/routes.go (+55 -4)
📝 templates/alpaca.prompt (+1 -1)
📝 templates/falcon.prompt (+1 -1)
📝 templates/gpt4.prompt (+1 -1)
📝 templates/hermes.prompt (+1 -1)
📝 templates/mpt.prompt (+1 -1)
📝 templates/oasst.prompt (+1 -1)
📝 templates/orca.prompt (+1 -1)
📝 templates/qlora.prompt (+1 -1)
📝 templates/tulu.prompt (+1 -1)
📝 templates/ultralm.prompt (+1 -1)
📝 templates/vicuna.prompt (+1 -1)
📝 templates/wizardcoder.prompt (+1 -1)
📝 templates/wizardlm.prompt (+1 -1)

📄 Description

No description provided


🔄 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/40 **Author:** [@mxyng](https://github.com/mxyng) **Created:** 7/6/2023 **Status:** ✅ Merged **Merged:** 7/6/2023 **Merged by:** [@mxyng](https://github.com/mxyng) **Base:** `go` ← **Head:** `go-prompt-templates` --- ### 📝 Commits (1) - [`4b269a7`](https://github.com/ollama/ollama/commit/4b269a7b34bb4338ed7af15f13dc9b31c398a26c) use prompt templates ### 📊 Changes **17 files changed** (+110 additions, -17 deletions) <details> <summary>View changed files</summary> 📝 `api/types.go` (+8 -0) 📝 `go.mod` (+1 -0) 📝 `go.sum` (+33 -0) 📝 `server/routes.go` (+55 -4) 📝 `templates/alpaca.prompt` (+1 -1) 📝 `templates/falcon.prompt` (+1 -1) 📝 `templates/gpt4.prompt` (+1 -1) 📝 `templates/hermes.prompt` (+1 -1) 📝 `templates/mpt.prompt` (+1 -1) 📝 `templates/oasst.prompt` (+1 -1) 📝 `templates/orca.prompt` (+1 -1) 📝 `templates/qlora.prompt` (+1 -1) 📝 `templates/tulu.prompt` (+1 -1) 📝 `templates/ultralm.prompt` (+1 -1) 📝 `templates/vicuna.prompt` (+1 -1) 📝 `templates/wizardcoder.prompt` (+1 -1) 📝 `templates/wizardlm.prompt` (+1 -1) </details> ### 📄 Description _No description provided_ --- <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:16 -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#15212