Skip to content

Commit

Permalink
1452: Typos found during review
Browse files Browse the repository at this point in the history
Co-authored-by: Jeppe Kuhlmann Andersen <78410897+jekuaitk@users.noreply.github.com>
  • Loading branch information
cableman and jekuaitk committed May 29, 2024
1 parent 1041263 commit 19a331b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Commands/ModelChatCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int
$helper = $this->getHelper('question');
$question = new Question('Message: ', '');

// Keep cheating with the user. Not optimal, but okay for now.
// Keep chatting with the user. Not optimal, but okay for now.
while (TRUE) {
// Query the next question.
$output->write("\n");
Expand Down
2 changes: 1 addition & 1 deletion src/Commands/ProviderListCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public function __construct(
protected function configure(): void {
$this
->setName('llm:provider:list')
->setDescription('Install model in provider')
->setDescription('Lists installed models in provider')
->addUsage('llm:provider:list ollama')
->addArgument(
name: 'provider',
Expand Down

0 comments on commit 19a331b

Please sign in to comment.