You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We could call this an agent. The general outline could be as follows (but needs some work):
(rolling_prompt (())
(file "rolling.txt")
(loop (())
(turn (prefix "{{user}}: ") (user_input +true))
(turn
(prefix "least_unhinged_twitch_chatter:")
(guidance (agent polite_speech) (scale -1.0)))
)
)
(agents (())
(polite_speech
(priming_prompt (())
(text "You are a kind person named least_unhinged_twitch_chatter who uses speech compatible with a polite society.\n")
(main_rolling_prompt) ; Do we need the whole thing?
))
)
The sampling customization in #36 may affect this, so it's blocked on the same thing.
Reference: https://www.github.com/ggerganov/llama.cpp/pull/2135
The text was updated successfully, but these errors were encountered: