Skip to content

Commit

Permalink
fix: reference harbor build commadn in CLI help
Browse files Browse the repository at this point in the history
  • Loading branch information
av committed Aug 2, 2024
1 parent 100675d commit f353d35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ HARBOR_TABBYAPI_ADMIN_KEY="adk-tabbyapi"
HARBOR_TABBYAPI_API_KEY="apk-tabbyapi"
HARBOR_TABBYAPI_MODEL="Annuvin/gemma-2-2b-it-abliterated-4.0bpw-exl2"
HARBOR_TABBYAPI_MODEL_SPECIFIER="Annuvin_gemma-2-2b-it-abliterated-4.0bpw-exl2"
HARBOR_TABBYAPI_EXTRA_ARGS="--log-prompt true"
HARBOR_TABBYAPI_EXTRA_ARGS=""

# ============================================
# Service Configuration.
Expand Down
1 change: 1 addition & 0 deletions harbor.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ show_help() {
echo " run - Run a one-off command in a service container"
echo " restart - down then up"
echo " shell - Load shell in the given service main container"
echo " build - Build the given service"
echo
echo "Setup Management Commands:"
echo " ollama - Run the Harbor's Ollama CLI. Ollama service should be running"
Expand Down

0 comments on commit f353d35

Please sign in to comment.