Skip to content

Commit 1474549

Browse files
committed
Last minute fix to defaults when first setup
1 parent efdfe74 commit 1474549

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

com.jeffser.Alpaca.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"buildsystem": "simple",
4343
"build-commands": [
4444
"pip3 install --verbose --exists-action=i --no-index --find-links=\"file://${PWD}\" --prefix=${FLATPAK_DEST} \"requests\" --no-build-isolation"
45-
],
45+
],
4646
"sources": [
4747
{
4848
"type": "file",

src/window.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ def welcome_next_button_activate(self, button):
268268
configuration = { # Defaults
269269
"remote_url": "http://0.0.0.0:11434",
270270
"remote_bearer_token": "",
271-
"run_remote": shutil.which('ollama'),
271+
"run_remote": not shutil.which('ollama'),
272272
"local_port": 11435,
273273
"run_on_background": False,
274274
"powersaver_warning": True,

0 commit comments

Comments
 (0)