Skip to content

v0.1.24

Compare
Choose a tag to compare
@av av released this 16 Sep 11:51
· 81 commits to main since this release

v0.1.24 - "But we have o1 at home!"

ol1 screenshot

Based on the reference work from:

Minimal streamlit-based service with Ollama as a backend, that implements the o1-like reasoning chains.

Starting

# Start the service
harbor up ol1
# Open ol1 in the browser
harbor open ol1

Configuration

# Get/set desired Ollama model for ol1
harbor ol1 model
# Set the temperature
harbor ol1 args set temperature 0.5

Full Changelog: v0.1.23...v0.1.24