An open API service indexing awesome lists of open source software.

https://github.com/socketry/async-ollama


https://github.com/socketry/async-ollama

Last synced: 6 days ago
JSON representation

Awesome Lists containing this project

README

          

# Async::Ollama

Provides an interface for accessing the Ollama HTTP interface.

[![Development Status](https://github.com/socketry/async-ollama/workflows/Test/badge.svg)](https://github.com/socketry/async-ollama/actions?workflow=Test)

## Usage

Please see the [project documentation](https://socketry.github.io/async-ollama/) for more details.

- [Getting Started](https://socketry.github.io/async-ollama/guides/getting-started/index) - This guide explains how to get started with the `async-ollama` gem.

## Releases

Please see the [project releases](https://socketry.github.io/async-ollama/releases/index) for all releases.

### v0.10.0

- Update default model to `llama3.2`.
- Allow model selection for `Async::Ollama::Transform.call(model: "...")`.
- Introduce code fence stripping for better handling of code blocks in transformations.

### v0.9.0

- Add `Async::Ollama::Transform` for intelligent code transformations using Ollama models. This can be used to implement features like automatic code updates based on instructions, while preserving user modifications and existing content.

### v0.5.0

- Add `Async::Ollama::Conversation` for interactive real-time conversations. Includes support for summarization of chat history for large conversations.
- Add `Async::Ollama::Toolbox` for managing tool based interactions with models.

## Contributing

We welcome contributions to this project.

1. Fork it.
2. Create your feature branch (`git checkout -b my-new-feature`).
3. Commit your changes (`git commit -am 'Add some feature'`).
4. Push to the branch (`git push origin my-new-feature`).
5. Create new Pull Request.

### Developer Certificate of Origin

In order to protect users of this project, we require all contributors to comply with the [Developer Certificate of Origin](https://developercertificate.org/). This ensures that all contributions are properly licensed and attributed.

### Community Guidelines

This project is best served by a collaborative and respectful environment. Treat each other professionally, respect differing viewpoints, and engage constructively. Harassment, discrimination, or harmful behavior is not tolerated. Communicate clearly, listen actively, and support one another. If any issues arise, please inform the project maintainers.