diff --git a/docker-compose.yml b/docker-compose.yml index e34703f..e7ebbcd 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -12,7 +12,7 @@ services: volumes: - finish-data:/root/.finish environment: - - ACSH_ENDPOINT=http://host.docker.internal:1234/v1/chat/completions + - ACSH_ENDPOINT=http://plato.lan:1234/v1/chat/completions extra_hosts: - "host.docker.internal:host-gateway" command: /bin/bash diff --git a/docs/install.sh b/docs/install.sh index b28d369..98a3327 100644 --- a/docs/install.sh +++ b/docs/install.sh @@ -188,7 +188,7 @@ main() { echo "" echo " 3. Start using by pressing Tab twice after any command" echo "" - echo "Documentation: https://git.appmodel.nl/Tour/finish/finish" + echo "Documentation: https://git.appmodel.nl/Tour/finish" else echo_error "Installation failed. Please check the output above." exit 1 diff --git a/finish.sh b/finish.sh index 2916047..96753ee 100644 --- a/finish.sh +++ b/finish.sh @@ -538,7 +538,7 @@ config_command() { local key="$3" value="$4" echo "Setting configuration key '$key' to '$value'" set_config "$key" "$value" - echo_green "Configuration updated. Run 'finish0 config' to view changes." + echo_green "Configuration updated. Run 'finish config' to view changes." return fi if [[ "$command" == "reset" ]]; then