File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- import from byllm {Model}
1+ import from byllm.lib {Model}
22
33glob llm = Model(model_name="gpt-4o-mini");
44
Original file line number Diff line number Diff line change 1- import from byllm {Model}
1+ import from byllm.lib {Model}
22
33glob llm = Model(model_name="gpt-4o-mini");
44
Original file line number Diff line number Diff line change 1- import from byllm { Model }
1+ import from byllm.lib { Model }
22glob llm = Model(model_name="gemini/gemini-2.5-flash");
33
44# byLLM here
Original file line number Diff line number Diff line change 1- import from byllm { Model }
1+ import from byllm.lib { Model }
22glob llm = Model(model_name="gemini/gemini-2.0-flash");
33
44enum Personality {
Original file line number Diff line number Diff line change 1- import from byllm { Model }
1+ import from byllm.lib { Model }
22import wikipedia;
33
44glob llm = Model(model_name="gpt-4o-mini");
You can’t perform that action at this time.
0 commit comments