Skip to content

Commit

Permalink
test:Additional creation test.
Browse files Browse the repository at this point in the history
  • Loading branch information
antononcube committed Nov 16, 2023
1 parent 5fb5b99 commit 860edfa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions t/01-LLM-configurations.rakutest
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,7 @@ is-deeply
llm-configuration('ChatGPT', prompts => [$pre3, ]).Hash<name prompts>.List,
('chatgpt', [$pre3,]);

## 10
ok llm-configuration("ChatGPT", model => "gpt-4");

done-testing;

0 comments on commit 860edfa

Please sign in to comment.