Skip to content

Commit

Permalink
Last minute fix to defaults when first setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeffser committed Dec 24, 2024
1 parent efdfe74 commit 1474549
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion com.jeffser.Alpaca.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"buildsystem": "simple",
"build-commands": [
"pip3 install --verbose --exists-action=i --no-index --find-links=\"file://${PWD}\" --prefix=${FLATPAK_DEST} \"requests\" --no-build-isolation"
],
],
"sources": [
{
"type": "file",
Expand Down
2 changes: 1 addition & 1 deletion src/window.py
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ def welcome_next_button_activate(self, button):
configuration = { # Defaults
"remote_url": "http://0.0.0.0:11434",
"remote_bearer_token": "",
"run_remote": shutil.which('ollama'),
"run_remote": not shutil.which('ollama'),
"local_port": 11435,
"run_on_background": False,
"powersaver_warning": True,
Expand Down

0 comments on commit 1474549

Please sign in to comment.