ollama / ollama-python

Ollama Python library
https://ollama.com
MIT License
4.08k stars 342 forks source link

Add iterative_chat and examples for simlified chat history keeping #64

Closed connor-makowski closed 7 months ago

connor-makowski commented 7 months ago

This is great for interactive or sustained kernels.

Addresses: https://github.com/ollama/ollama-python/issues/63

connor-makowski commented 7 months ago

@jmorganca Would appreciate some thoughts here.

connor-makowski commented 7 months ago

This would close #29 #63 and #70