Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mazyod/ollala

(Unofficial) Ollama python SDK. Maintained by GPT.
https://github.com/mazyod/ollala

Last synced: 30 days ago
JSON representation

(Unofficial) Ollama python SDK. Maintained by GPT.

Awesome Lists containing this project

README

        

# Ollala

A simple, friendly Ollama HTTP client.

## Goals

- Focus on implementing Ollama APIs as-is without additional abstractions
- Provide additional, optional abtractions to make it simpler to use

## Next

- [ ] Test / Fix remaining enpoints
- [ ] Error handling + more tests
- [ ] Implement an abstraction for a stateful conversation

## Future

- [ ] Consider async APIs with httpx
- [ ] Consider adding streaming support for responses

## Chores

- [ ] Setup Github Actions for linting, testing, publishing to PyPI
- [ ] Graphics, icons and aesthetics