mini_ollama_client
Simple Ollama client with minimal dependency in rust
Ollama Client Library
This is a simple Rust library to interact with the Ollama server. It provides a minimal set of dependencies and functionality to send requests to the server and receive responses.
License
This project is licensed under the MIT License. See the LICENSE file for details.
Features
- Minimal dependencies
- Simple API to send requests to the Ollama server
- Default model "phi3" if none is specified
Usage
Add the following to your Cargo.toml:
[]
= "0.1.0"
Example
Here is an example of how to use the ollama_client library:
use send_request;
use Error;
Contributing
Contributions are welcome! Please open an issue or submit a pull request.