Sending system messages to chat #8
-
I would like have a chat cannoli that passes a system message before it passes the note. It uses the Drunk Person prompt in the awesome prompts project. This is what it's supposed to be like: I've tried a few different things; but this is as close to success as I've gotten. Any tips? |
Beta Was this translation helpful? Give feedback.
Answered by
blindmansion
Oct 25, 2023
Replies: 1 comment 10 replies
-
Beta Was this translation helpful? Give feedback.
10 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Looks like the node you're expecting to be the system message is not purple, so it's being interpreted as a call node rather than a content node. If you make that node purple it should work as expected.
Also a better way to keep track of what the LLM is seeing is with logging arrows. If you have a logging arrow (orange) going from the call node to a content node (purple) then you can see all the messages being sent.