This commit is contained in:
justumen
2024-11-22 14:07:25 +01:00
parent 09673b8f8d
commit 3d8d94597f
3 changed files with 4 additions and 3 deletions

View File

@@ -47,7 +47,7 @@ IMPORTANT : DO NOT Include information about the overall style or artistic techn
def INPUT_TYPES(cls):
return {
"required": {
"selected_prompt": (list(cls.SYSTEM_JOBS.keys()), {"default": "Default Assistant"})
"selected_prompt": (list(cls.SYSTEM_JOBS.keys()), {"default": "None"})
},
"optional": {
"OLLAMA_PERSONA": ("OLLAMA_PERSONA", {