We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8994d3b + bc547d1 commit 774b3b7Copy full SHA for 774b3b7
littleX_BE/littleX.jac
@@ -2,7 +2,7 @@ import datetime;
2
import numpy;
3
import from sklearn.feature_extraction.text { TfidfVectorizer }
4
import from sklearn.metrics.pairwise { cosine_similarity }
5
-import from mtllm.llm { Model }
+import from byllm.llm { Model }
6
7
glob llm = Model(model_name="gemini/gemini-2.5-flash", verbose=False);
8
littleX_BE/requirements.txt
@@ -1,4 +1,4 @@
1
-mtllm
+byllm
jac-cloud
# openai
#ollama
0 commit comments