Skip to content

Commit bc547d1

Browse files
committed
[MINOR]: Change mtllm to byllm
1 parent 8994d3b commit bc547d1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

littleX_BE/littleX.jac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import datetime;
22
import numpy;
33
import from sklearn.feature_extraction.text { TfidfVectorizer }
44
import from sklearn.metrics.pairwise { cosine_similarity }
5-
import from mtllm.llm { Model }
5+
import from byllm.llm { Model }
66

77
glob llm = Model(model_name="gemini/gemini-2.5-flash", verbose=False);
88

littleX_BE/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
mtllm
1+
byllm
22
jac-cloud
33
# openai
44
#ollama

0 commit comments

Comments
 (0)