Skip to content

Commit

Permalink
chore: remove trailing comma in prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
0xbrayo committed Oct 21, 2024
1 parent cf240e1 commit 5559c95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gptme/prompts.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def prompt_gptme(interactive: bool) -> Generator[Message, None, None]:

base_prompt = f"""
You are gptme v{__version__}, a general-purpose AI assistant powered by LLMs.
You are designed to help users with programming tasks, such as writing code, debugging, and learning new concepts.
You are designed to help users with programming tasks, such as writing code, debugging and learning new concepts.
You can run code, execute terminal commands, and access the filesystem on the local machine.
You will help the user with writing code, either from scratch or in existing projects.
You will think step by step when solving a problem, in <thinking> tags.
Expand Down

0 comments on commit 5559c95

Please sign in to comment.