Skip to content

Commit f9e3c13

Browse files
committed
dotbyllm change
1 parent b9996ba commit f9e3c13

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

byllm/src/assets/areyouai.jac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import from byllm {Model}
1+
import from byllm.lib {Model}
22

33
glob llm = Model(model_name="gpt-4o-mini");
44

byllm/src/assets/byllmeval.jac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import from byllm {Model}
1+
import from byllm.lib {Model}
22

33
glob llm = Model(model_name="gpt-4o-mini");
44

byllm/src/assets/firstexample.jac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import from byllm { Model }
1+
import from byllm.lib { Model }
22
glob llm = Model(model_name="gemini/gemini-2.5-flash");
33

44
# byLLM here

byllm/src/assets/personalityfinder.jac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import from byllm { Model }
1+
import from byllm.lib { Model }
22
glob llm = Model(model_name="gemini/gemini-2.0-flash");
33

44
enum Personality {

byllm/src/assets/wikisearch.jac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import from byllm { Model }
1+
import from byllm.lib { Model }
22
import wikipedia;
33

44
glob llm = Model(model_name="gpt-4o-mini");

0 commit comments

Comments
 (0)