Skip to content

Commit

Permalink
be a bit more clear
Browse files Browse the repository at this point in the history
  • Loading branch information
AsbjornOlling committed Nov 20, 2024
1 parent 348589d commit 9b43379
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Once you have a GGUF model file, you can add a `NobodyWhoModel` node to your God

`NobodyWhoModel` contains the weights of the model. The model takes up a lot of RAM, and can take a little while to initialize, so if you plan on having several characters/conversations, it's a big advantage to point to the same `NobodyWhoModel` node.

Now you can add a `NobodyWhoPromptChat` node to your scene. From the node inspector, show this chat node where to find the `NobodyWhoModel` node.
Now you can add a `NobodyWhoPromptChat` node to your scene. From the node inspector, set the "Model Node" field, to show this chat node where to find the `NobodyWhoModel`.
Also in the inspector, you can provide a prompt, which gives the LLM instructions on how to carry out the chat.

Now you can add a script to the `NobodyWhoPromptChat` node, to provide your chat interaction.
Expand Down

0 comments on commit 9b43379

Please sign in to comment.