Skip to content

Commit d8a74c9

Browse files
author
planemo-autoupdate
committed
Updating tools/llm_hub from version 1.101.0 to 2.1.0
1 parent fda9c89 commit d8a74c9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

tools/llm_hub/llm_hub.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
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>
99
<requirement type="package" version="3.12">python</requirement>
10-
<requirement type="package" version="6.0.2">pyyaml</requirement>
10+
<requirement type="package" version="6.0.3">pyyaml</requirement>
1111
<requirement type="package" version="@TOOL_VERSION@">openai</requirement>
1212
</requirements>
1313
<command detect_errors="exit_code"><![CDATA[

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.101.0</token>
2+
<token name="@TOOL_VERSION@">2.1.0</token>
33
</macros>

0 commit comments

Comments
 (0)