v0.1.14
Lobe Chat integration
Lobe Chat - an open-source, modern-design AI chat framework.
Starting
# Will start lobechat alongside
# the default webui
harbor up lobechat
If you want to make LobeChat your default UI, please see the information below:
# Replace the default webui with lobechat
# afterwards, you can just run `harbor up`
harbor defaults rm webui
harbor defaults add lobechat
Note
LobeChat supports only a list of predefined models for Ollama that can't be pre-configured and has to be selected from the UI at runtime
Misc
- half-baked
autogpt
service, not documented as it's not integrated with the any of the harbor services due to its implementation - Updating
harbor how
prompt to reflect on recent releases - Harbor User Guide - high-level user documentation
Full Changelog: v0.1.13...v0.1.14