Skip to content

Commit 237c6cf

Browse files
authored
Merge pull request #1167 from dfinity/feature/llm_lib_update
chore: Update llm_chatbot libraries
2 parents 41c87fd + b97576f commit 237c6cf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

motoko/llm_chatbot/mops.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
[dependencies]
44
base = "0.14.9"
5-
llm = "2.0.0"
5+
llm = "2.1.0"

rust/llm_chatbot/backend/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ path = "lib.rs"
1212
[dependencies]
1313
candid = "0.10.13"
1414
ic-cdk = "0.17.1"
15-
ic-llm = "1.0.0"
15+
ic-llm = "1.1.0"

0 commit comments

Comments
 (0)