Skip to content

Commit

Permalink
build:Added MistralAI dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
antononcube committed Dec 23, 2023
1 parent a5f76ee commit 5dad920
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion META6.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "LLM::Functions",
"description": "LLM::Functions provides functions and function objects to access, interact, and utilize LLMs",
"version": "0.1.15",
"version": "0.1.16",
"perl": "6.d",
"authors": [
"Anton Antonov"
Expand All @@ -12,6 +12,7 @@
"Hash::Merge:ver<2.0.0+>:api<2+>",
"JSON::Fast:ver<0.17+>",
"Text::SubParsers:ver<0.1.1+>",
"WWW::MistralAI:ver<0.1.0+>",
"WWW::OpenAI:ver<0.2.11+>",
"WWW::PaLM:ver<0.1.9+>"
],
Expand Down

0 comments on commit 5dad920

Please sign in to comment.