harbor
harbor copied to clipboard
Effortlessly run LLM backends, APIs, frontends, and services with one command.
Hello, great job with the development of this amazing project! I wanted to try the Harbor App under my Linux system that uses Wayland instead of X11. I get the...
All config are default, nothing changed after git clone and habor installation steps. I am using ollama instance running outside of docker (not the harbor ollama), which can be accessed...
Hey this is quite cool project and quite active. Let me know if this will be feasible [https://github.com/frdel/agent-zero](https://github.com/frdel/agent-zero)
https://github.com/underlines/awesome-ml/blob/master/llm-tools.md
idk what the reason is for all of those compose files to be in the root of the project, 😭 and maybe it was stated somewhere in the docs. But...
Hi there! Your project seems really interesting, especially that you provided a way to easily enable LLM or modules (satellites) in a very modular way. I am running on Windows...
Is there a way to set the comfyui host? I don't see anything in the docs or the .env file for the COMFYUI_HOSTNAME, for example. If not, then there is...
I made this little script: ``` $ cat harbor-cmd-alias #!/bin/bash PROGNAME=$(basename "$0") exec harbor "$PROGNAME" "$@" ``` and in `~/.local/bin/`, I have the following symlinks: ``` aichat->harbor-cmd-alias aider->harbor-cmd-alias bench->harbor-cmd-alias cmdh->harbor-cmd-alias...