Skip to content

Commit 3af6539

Browse files
committed
review: apply changes
1 parent d449b4c commit 3af6539

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/mmore/run_ragcli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def launch_cli(self):
6262
break
6363
elif cmd == "help":
6464
print(
65-
f"Press {str_green('Enter')} (or type rag) to start asking questions about your documents.\nOther commands are: config, setK, setModel, setWebrag, exit, help. To learn more about usage of a specific command, use the following: \n help <command>"
65+
f"Press {str_green('Enter')} (or type rag) to start asking questions about your documents.\nOther commands are: config, setK, setModel, webRag, exit, help. To learn more about usage of a specific command, use the following: \n help <command>"
6666
)
6767
elif cmd.startswith("help "):
6868
command = cmd.split(" ", 1)[1]

src/mmore/tui/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ def _print_export_commands(env_vars: dict[str, str]) -> None:
188188
"""Print export commands for the collected env vars.
189189
190190
Displays a table with masked values, then prints the shell commands
191-
the user can copy-paste into their shell or profile file.
191+
the user can copy-paste into their virtual environment file.
192192
"""
193193
if not env_vars:
194194
console.print(" [dim]No environment variables needed.[/dim]")

0 commit comments

Comments
 (0)