mirror of
https://github.com/ollama/ollama-python.git
synced 2026-07-21 09:05:23 -04:00
[PR #215] [MERGED] add insert support to generate endpoint #417
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/ollama/ollama-python/pull/215
Author: @royjhan
Created: 7/17/2024
Status: ✅ Merged
Merged: 7/18/2024
Merged by: @royjhan
Base:
main← Head:royh/suffix📝 Commits (5)
1958099add suffix6c77302update fill-in-the-middle example38ba3e6keep exampleacd0726lint3d93784variables📊 Changes
3 files changed (+17 additions, -3 deletions)
View changed files
📝
examples/fill-in-middle/main.py(+3 -3)📝
ollama/_client.py(+8 -0)📝
tests/test_client.py(+6 -0)📄 Description
Update fill-in-the-middle support to use the suffix field.
Implements: https://github.com/ollama/ollama/pull/5207
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.