mirror of
https://github.com/ollama/ollama-python.git
synced 2026-07-21 09:05:23 -04:00
[PR #1] [MERGED] add ci tests/lint #315
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/1
Author: @mxyng
Created: 12/20/2023
Status: ✅ Merged
Merged: 12/21/2023
Merged by: @mxyng
Base:
main← Head:mxyng/tests📝 Commits (10+)
4923f30add .gitignore717abfbadd ci tests/lint877ca40fix lint21578e3add model to kwargs20db23dasync client83295d9add infill example6f55659update README.mddabcca6type hints9d93f70publish workflow47c934cformat📊 Changes
13 files changed (+1654 additions, -481 deletions)
View changed files
➕
.github/workflows/publish.yaml(+24 -0)➕
.github/workflows/test.yaml(+32 -0)➕
.gitignore(+160 -0)📝
README.md(+70 -0)➕
examples/simple-fill-in-middle/main.py(+22 -0)📝
ollama/__init__.py(+27 -1)➕
ollama/_client.py(+458 -0)➕
ollama/_types.py(+53 -0)➖
ollama/client.py(+0 -182)➖
ollama/client_test.py(+0 -292)📝
poetry.lock(+19 -1)📝
pyproject.toml(+10 -5)➕
tests/test_client.py(+779 -0)📄 Description
TODO:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.