mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-02-08 15:58:44 +01:00
Syntax fix
This commit is contained in:
parent
d772837ad0
commit
f1d63f61f3
@ -730,7 +730,7 @@ def getModelSelection(modellist):
|
||||
getModelSelection(mainmenu)
|
||||
|
||||
def check_if_dir_is_model(path):
|
||||
return os.path.exists(os.path.join(path, 'config.json')):
|
||||
return os.path.exists(os.path.join(path, 'config.json'))
|
||||
|
||||
#==================================================================#
|
||||
# Return all keys in tokenizer dictionary containing char
|
||||
|
Loading…
x
Reference in New Issue
Block a user