ollama-python
ollama-python copied to clipboard
Ollama Python library
Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.1.1 to 8.2.0. Release notes Sourced from pytest's releases. 8.2.0 pytest 8.2.0 (2024-04-27) Deprecations #12069: A deprecation warning is now raised when implementations of one of the...
Is it possible to function call models
Changing all demo code to use llama3 instead of llama2
Note added in readme about the fact that the ollama service should be running before using ollama python library and also details about how to solve the connection refused error...
Added the `passing` and `test` status badges to `README.md`.
Hi, If you run the following code to copy llama3 to test, it creates a modelfile with escape qotes for the last PARAMETER stop. If I use `ollama create test...
Hello, Trying to implement a way to question PDFs locally and get answers only based on data from the docs. I have already find a way to embed the data...