Skip to content

Commit b712fb3

Browse files
authored
Merge pull request #1671 from planemo-autoupdate/tools/llm_hub
Updating tools/llm_hub from version 1.100.0 to 1.101.0
2 parents 1327c3b + 6dfa486 commit b712fb3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

tools/llm_hub/llm_hub.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<description>Call any LLM</description>
33
<macros>
44
<import>macros.xml</import>
5-
<token name="@VERSION_SUFFIX@">1</token>
5+
<token name="@VERSION_SUFFIX@">0</token>
66
<token name="@PROFILE@">24.0</token>
77
</macros>
88
<requirements>
@@ -44,7 +44,7 @@ python '$__tool_directory__/llm_hub.py'
4444
</options>
4545
<validator message="No model annotation is available for LLM Hub" type="no_options"/>
4646
</param>
47-
<param name="context" type="data" multiple="true" optional="false" format="html,json,txt,jpg,png,gif" label="Context" max="500"/>
47+
<param name="context" type="data" multiple="true" optional="true" format="html,json,txt,jpg,png,gif" label="Context" max="500"/>
4848
</when>
4949
<when value="text">
5050
<param name="model" type="select" optional="false" label="Model" help="Select the model you want to use.">
@@ -53,7 +53,7 @@ python '$__tool_directory__/llm_hub.py'
5353
</options>
5454
<validator message="No model annotation is available for LLM Hub" type="no_options"/>
5555
</param>
56-
<param name="context" type="data" multiple="true" optional="false" format="html,json,txt" label="Context" max="500"/>
56+
<param name="context" type="data" multiple="true" optional="true" format="html,json,txt" label="Context" max="500"/>
5757
</when>
5858
</conditional>
5959
<param name="prompt" type="text" optional="false" label="Prompt" help="Prompts or tasks you want the LLM to perform." area="true">

tools/llm_hub/macros.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<macros>
2-
<token name="@TOOL_VERSION@">1.100.0</token>
2+
<token name="@TOOL_VERSION@">1.101.0</token>
33
</macros>

0 commit comments

Comments
 (0)