chat: Penelope copy for system prompt

This commit is contained in:
Kyle Drake 2024-04-02 20:32:18 -05:00
parent c16c5272e2
commit bb430d455f
2 changed files with 20 additions and 18 deletions

View file

@ -142,4 +142,4 @@ def escape_javascript(javascript)
result = javascript.gsub(/(\\|<\/|\r\n|\342\200\250|\342\200\251|[\n\r"']|[`]|[$])/u, JS_ESCAPE_MAP)
end
result
end
end