mirror of
https://github.com/run-llama/pr-manager.git
synced 2026-06-30 21:57:59 -04:00
fix: typo and ignore caches
This commit is contained in:
@@ -11,3 +11,4 @@ wheels/
|
||||
.env
|
||||
*.pem
|
||||
demo.cast
|
||||
*_cache/
|
||||
|
||||
@@ -119,7 +119,7 @@ async def run_agent(console: Console):
|
||||
def print_welcome_message(console: Console):
|
||||
console.print(
|
||||
Markdown(
|
||||
f"## Welcome to pr-manager!\n\nHi, I am pr-manafer, your assistant, based on the latest flagship model by Google, for **reviewing GitHub PRs**.\n\nJust give me the link to a PR, and I will take a look at it!\n\n> _Tip: If you with to exit, do so by using the `/exit`, `/quit` or `/bye` command_\n\n---\n\n"
|
||||
f"## Welcome to pr-manager!\n\nHi, I am pr-manager, your assistant, based on the latest flagship model by Google, for **reviewing GitHub PRs**.\n\nJust give me the link to a PR, and I will take a look at it!\n\n> _Tip: If you with to exit, do so by using the `/exit`, `/quit` or `/bye` command_\n\n---\n\n"
|
||||
)
|
||||
)
|
||||
print()
|
||||
|
||||
Reference in New Issue
Block a user