harbor icon indicating copy to clipboard operation
harbor copied to clipboard

Effortlessly run LLM backends, APIs, frontends, and services with one command.

Results 21 harbor issues
Sort by recently updated
recently updated
newest added

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...

OS:Linux

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...

good first issue
question

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)

new service

https://github.com/latitude-dev/latitude-llm

new service

https://github.com/underlines/awesome-ml/blob/master/llm-tools.md

new service

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...

enhancement

https://hub.docker.com/r/mickysharam/bolt-ai

new service

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...

bug
documentation
OS: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...

question

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...

enhancement