Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typo in SYSTEM_PROMPT in chatsh.mjs #7

Open
gustavo-fior opened this issue Jul 15, 2024 · 1 comment · May be fixed by #17
Open

Fix typo in SYSTEM_PROMPT in chatsh.mjs #7

gustavo-fior opened this issue Jul 15, 2024 · 1 comment · May be fixed by #17

Comments

@gustavo-fior
Copy link

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>
@VictorTaelin
Copy link
Owner

@Lorenzobattistela can you fix?

@Lorenzobattistela Lorenzobattistela linked a pull request Aug 30, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants