Skip to content

Commit

Permalink
fix: hide project context message
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikBjare committed Aug 26, 2024
1 parent 789d788 commit 07838d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gptme/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ def chat(
# check if workspace already exists
workspace_prompt = get_workspace_prompt(str(workspace_path))
if workspace_prompt:
log.append(Message("system", workspace_prompt))
log.append(Message("system", workspace_prompt, hide=True))

# print log
log.print()
Expand Down

0 comments on commit 07838d6

Please sign in to comment.