mirror of
https://github.com/ollama/ollama-python.git
synced 2026-07-21 09:05:23 -04:00
[PR #2] [MERGED] fix endpoints #319
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/2
Author: @mxyng
Created: 12/21/2023
Status: ✅ Merged
Merged: 12/22/2023
Merged by: @mxyng
Base:
main← Head:mxyng/fix📝 Commits (4)
de61864fix api calls2236de2s/base/base_url/e8a66b8examplesd5b1cc6update readme📊 Changes
8 files changed (+49 additions, -41 deletions)
View changed files
📝
README.md(+2 -2)📝
examples/simple-chat-stream/main.py(+2 -4)📝
examples/simple-chat/main.py(+1 -1)➕
examples/simple-generate-stream/main.py(+5 -0)➕
examples/simple-generate/main.py(+5 -0)📝
examples/simple-multimodal/main.py(+1 -1)📝
ollama/_client.py(+15 -15)📝
tests/test_client.py(+18 -18)📄 Description
chat/generate uses
modelwhile other endpoints usename🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.