Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/mazyod/ollala
- Owner: Mazyod
- License: mit
- Created: 2023-11-10T10:11:18.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-14T04:24:04.000Z (almost 1 year ago)
- Last Synced: 2023-11-14T05:26:36.599Z (almost 1 year ago)
- Language: Python
- Size: 103 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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