[PR #5618] [CLOSED] OpenAI: add suffix to docs #17126

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

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/5618
Author: @royjhan
Created: 7/10/2024
Status: Closed

Base: royh-completions-docsHead: royh-openai-suffixdocs


📝 Commits (10+)

  • 784bf88 Wire up windows AMD driver reporting
  • 97c9e11 Switch use_mmap to a pointer type
  • d626b99 OpenAI: v1/completions compatibility (#5209)
  • 65a5040 fix generate template
  • e535229 Merge pull request #5448 from ollama/mxyng/fix-generate
  • ef757da Better nvidia GPU discovery logging
  • 6298f49 Fix clip model loading with unicode paths
  • 0e982bc Fix corner cases on tmp cleaner on mac
  • 0d4dd70 Merge pull request #5465 from dhiltgen/better_cuda_logging
  • daed063 Merge pull request #5467 from dhiltgen/bogus_cpu_mac_error

📊 Changes

152 files changed (+4553 additions, -1655 deletions)

View changed files

📝 .github/workflows/release.yaml (+1 -1)
📝 .github/workflows/test.yaml (+4 -2)
📝 Dockerfile (+1 -1)
📝 README.md (+2 -0)
📝 api/client.go (+10 -1)
📝 api/types.go (+109 -72)
📝 api/types_test.go (+45 -18)
📝 app/ollama.iss (+4 -0)
📝 cmd/cmd.go (+0 -2)
📝 cmd/interactive.go (+14 -38)
📝 cmd/interactive_test.go (+0 -3)
📝 docs/development.md (+1 -1)
📝 docs/faq.md (+1 -1)
📝 docs/openai.md (+34 -0)
📝 docs/troubleshooting.md (+14 -5)
📝 docs/windows.md (+1 -1)
📝 envconfig/config.go (+31 -4)
📝 envconfig/config_test.go (+17 -0)
📝 go.mod (+2 -1)
📝 gpu/amd_common.go (+11 -12)

...and 80 more files

📄 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/5618 **Author:** [@royjhan](https://github.com/royjhan) **Created:** 7/10/2024 **Status:** ❌ Closed **Base:** `royh-completions-docs` ← **Head:** `royh-openai-suffixdocs` --- ### 📝 Commits (10+) - [`784bf88`](https://github.com/ollama/ollama/commit/784bf88b0d0005b771e1bab5adfd6094a3693494) Wire up windows AMD driver reporting - [`97c9e11`](https://github.com/ollama/ollama/commit/97c9e11768292c8f2732e2f4c9cde72a604c936b) Switch use_mmap to a pointer type - [`d626b99`](https://github.com/ollama/ollama/commit/d626b99b547c43e57390cec90ba2ae01adf0f429) OpenAI: v1/completions compatibility (#5209) - [`65a5040`](https://github.com/ollama/ollama/commit/65a5040e09d34b4e4237a4ac1996e2fb2a112bb3) fix generate template - [`e535229`](https://github.com/ollama/ollama/commit/e5352297d97b96101a7bd6944de420ed17ae62d3) Merge pull request #5448 from ollama/mxyng/fix-generate - [`ef757da`](https://github.com/ollama/ollama/commit/ef757da2c90ad52f35c95688095dfd84655cceb7) Better nvidia GPU discovery logging - [`6298f49`](https://github.com/ollama/ollama/commit/6298f49816c2264f9bb77206ad1b015aa357e381) Fix clip model loading with unicode paths - [`0e982bc`](https://github.com/ollama/ollama/commit/0e982bc1f47cfc7c36f49f925419f9039304925e) Fix corner cases on tmp cleaner on mac - [`0d4dd70`](https://github.com/ollama/ollama/commit/0d4dd707bc014346a2598c7fd176b085bd9122d3) Merge pull request #5465 from dhiltgen/better_cuda_logging - [`daed063`](https://github.com/ollama/ollama/commit/daed0634a977c9004acd41e84c6380ee026d4518) Merge pull request #5467 from dhiltgen/bogus_cpu_mac_error ### 📊 Changes **152 files changed** (+4553 additions, -1655 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/release.yaml` (+1 -1) 📝 `.github/workflows/test.yaml` (+4 -2) 📝 `Dockerfile` (+1 -1) 📝 `README.md` (+2 -0) 📝 `api/client.go` (+10 -1) 📝 `api/types.go` (+109 -72) 📝 `api/types_test.go` (+45 -18) 📝 `app/ollama.iss` (+4 -0) 📝 `cmd/cmd.go` (+0 -2) 📝 `cmd/interactive.go` (+14 -38) 📝 `cmd/interactive_test.go` (+0 -3) 📝 `docs/development.md` (+1 -1) 📝 `docs/faq.md` (+1 -1) 📝 `docs/openai.md` (+34 -0) 📝 `docs/troubleshooting.md` (+14 -5) 📝 `docs/windows.md` (+1 -1) 📝 `envconfig/config.go` (+31 -4) 📝 `envconfig/config_test.go` (+17 -0) 📝 `go.mod` (+2 -1) 📝 `gpu/amd_common.go` (+11 -12) _...and 80 more files_ </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 05:53:24 -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#17126