Skip to content

Commit

Permalink
allow null ollama
Browse files Browse the repository at this point in the history
  • Loading branch information
alnutile committed Jun 14, 2024
1 parent 6f27911 commit f1c2a9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Feature/Models/SettingTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public function test_get_llms(): void
$model = Setting::createNewSetting();
$llms = $model->getLlms();

$this->assertCount(1, $llms);
$this->assertCount(0, $llms);

}

Expand Down

0 comments on commit f1c2a9c

Please sign in to comment.