mirror of
https://github.com/justUmen/Bjornulf_custom_nodes.git
synced 2026-03-21 20:52:11 -03:00
...
This commit is contained in:
@@ -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", {
|
||||
|
||||
Reference in New Issue
Block a user