typo fix
This commit is contained in:
@@ -12,7 +12,7 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- finish-data:/root/.finish
|
- finish-data:/root/.finish
|
||||||
environment:
|
environment:
|
||||||
- ACSH_ENDPOINT=http://host.docker.internal:1234/v1/chat/completions
|
- ACSH_ENDPOINT=http://plato.lan:1234/v1/chat/completions
|
||||||
extra_hosts:
|
extra_hosts:
|
||||||
- "host.docker.internal:host-gateway"
|
- "host.docker.internal:host-gateway"
|
||||||
command: /bin/bash
|
command: /bin/bash
|
||||||
|
|||||||
@@ -188,7 +188,7 @@ main() {
|
|||||||
echo ""
|
echo ""
|
||||||
echo " 3. Start using by pressing Tab twice after any command"
|
echo " 3. Start using by pressing Tab twice after any command"
|
||||||
echo ""
|
echo ""
|
||||||
echo "Documentation: https://git.appmodel.nl/Tour/finish/finish"
|
echo "Documentation: https://git.appmodel.nl/Tour/finish"
|
||||||
else
|
else
|
||||||
echo_error "Installation failed. Please check the output above."
|
echo_error "Installation failed. Please check the output above."
|
||||||
exit 1
|
exit 1
|
||||||
|
|||||||
@@ -538,7 +538,7 @@ config_command() {
|
|||||||
local key="$3" value="$4"
|
local key="$3" value="$4"
|
||||||
echo "Setting configuration key '$key' to '$value'"
|
echo "Setting configuration key '$key' to '$value'"
|
||||||
set_config "$key" "$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
|
return
|
||||||
fi
|
fi
|
||||||
if [[ "$command" == "reset" ]]; then
|
if [[ "$command" == "reset" ]]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user