Skip to content

Commit

Permalink
feat: remove redundant platform specification
Browse files Browse the repository at this point in the history
  • Loading branch information
0xbrayo committed Oct 21, 2024
1 parent 5559c95 commit 428f4a6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gptme/tools/shell.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ def get_installed_programs() -> set[str]:
When you send a message containing bash code, it will be executed in a stateful bash shell.
The shell will respond with the output of the execution.
Do not use EOF/HereDoc syntax to send multiline commands, as the assistant will not be able to handle it.
{'The platform is macOS.' if is_macos else ''}
These programs are available, among others:
{shell_programs_str}
Expand Down

0 comments on commit 428f4a6

Please sign in to comment.