Skip to content

Commit 15aec3d

Browse files
committed
spelling error
1 parent 32102c2 commit 15aec3d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

koboldcpp.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -1166,7 +1166,8 @@ def main(args):
11661166
show_new_gui()
11671167
except Exception as ex:
11681168
print("Failed to use new GUI. Reason: " + str(ex))
1169-
print("Attempting to us old GUI...")
1169+
print("Make sure customtkinter is installed!!!")
1170+
print("Attempting to use old GUI...")
11701171
if not args.model_param:
11711172
try:
11721173
show_old_gui()

0 commit comments

Comments
 (0)