AI-scripts icon indicating copy to clipboard operation
AI-scripts copied to clipboard

Fix typo in SYSTEM_PROMPT in chatsh.mjs

Open gustavo-fior opened this issue 1 year ago • 1 comments

I think it should be 'example.txt' here:

<USER>
Show me local files.
</USER>

<ChatSH>
\`\`\`sh
ls
\`\`\`
</ChatSH>

<SYSTEM>
example.gif ---- example.tst ---- example_dir/
</SYSTEM>

<USER>
Is there any text file?
</USER>

<ChatSH>
Yes, there is a file named example.txt in the current directory
</ChatSH>

gustavo-fior avatar Jul 15 '24 15:07 gustavo-fior

@Lorenzobattistela can you fix?

VictorTaelin avatar Aug 30 '24 12:08 VictorTaelin